Skip to content

Commit

Permalink
Update "color" page
Browse files Browse the repository at this point in the history
  • Loading branch information
jenn-franklin committed Nov 13, 2024
1 parent 887b339 commit 71029aa
Showing 1 changed file with 62 additions and 59 deletions.
121 changes: 62 additions & 59 deletions docs/pages/color.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
layout: variation
section: foundation
status: Released
variation_groups:
- variation_group_name: Palettes
variations:
Expand Down Expand Up @@ -1343,67 +1341,72 @@ variation_groups:
variation_name: Tints
- variation_group_name: Data visualization palettes
variations:
- variation_name: Data visualization main palette
- variation_name: Main palette
variation_description: >-
![Main
palette](/design-system/images/uploads/data_viz_main_071520.png)
<table class="color-table">
<thead>
<tr>
<th></th>
Use these colors in the following order with your first data type
being CFPB Green followed by Navy. In addition to color, please
differentiate your data types with patterning.
<th>Purpose</th>
<th>Name</th>
<th>Hex</th>
<th>RGB</th>
<th>CMYK</th>
</tr>
</thead>
![Main palette]()
<tbody>
<table class="color-table">
<thead>
<tr>
<th></th>
<th>Name</th>
<th>Hex</th>
<th>RGB</th>
<th>CMYK</th>
</tr></thead>
<tr>
<td class="swatch__field swatch__field--green-60"></td>
<tbody><tr>
<td class="swatch__field swatch__field--green"></td>
<td>CFPB Green</td>
<td>#20aa3f</td>
<td>32, 170, 63</td>
<td>80, 0, 100, 0</td>
</tr>
<td>Main color</td>
<td>Green 60</td>
<td>#addc91</td>
<td>173, 220, 145</td>
<td>32, 0, 52, 0</td>
</tr>
<tr>
<td class="swatch__field swatch__field--green-mid-dark"></td>
<tr>
<td class="swatch__field swatch__field--navy"></td>
<td>Navy</td>
<td>#254b87</td>
<td>37, 75, 135</td>
<td>82, 58, 0, 31</td>
</tr>
<td>Emphasis</td>
<td>Mid Dark Green</td>
<td>#1fa040</td>
<td>31, 160, 64</td>
<td>80, 0, 100, 8</td>
</tr>
<tr>
<td class="swatch__field swatch__field--gray-20"></td>
<tr>
<td class="swatch__field swatch__field--pacific-60"></td>
<td>Pacific 60</td>
<td>#7eb7e8</td>
<td>126, 183, 232</td>
<td>46, 16, 0, 0</td>
</tr>
<td>No data</td>
<td>Gray 20</td>
<td>#d2d3d5</td>
<td>210, 211, 213</td>
<td>0, 0, 0, 20</td>
</tr>
</tbody>
<tr>
<td class="swatch__field swatch__field--gold-80"></td>
<td>Gold 80</td>
<td>#ffb858</td>
<td>255, 184, 88</td>
<td>0, 34, 76, 0</td>
</tr>
<tr>
<td class="swatch__field swatch__field--purple-80"></td>
<td>Purple 80</td>
<td>#c55998</td>
<td>197, 89, 152</td>
<td>21, 79, 9, 0</td>
</tr>
</table>
</tbody></table>
- variation_name: Diverging palette
variation_description: >-
![Divergent
palette](/design-system/images/uploads/data_viz_divergent_071520.png)
variation_description: |-
![Divergent palette]()
<table class="color-table">
<thead>
Expand Down Expand Up @@ -1450,9 +1453,8 @@ variation_groups:
</tbody></table>
- variation_name: Cool palette
variation_description: >-
![Cool
palette](/design-system/images/uploads/data_viz_cool_071520.png)
variation_description: |-
![Cool palette]()
<table class="color-table">
<thead>
Expand Down Expand Up @@ -1531,9 +1533,8 @@ variation_groups:
</tbody></table>
- variation_name: Warm palette
variation_description: >-
![Warm
palette](/design-system/images/uploads/data_viz_warm_071520.png)
variation_description: |-
![Warm palette]()
<table class="color-table">
<thead>
Expand Down Expand Up @@ -1615,8 +1616,11 @@ variation_groups:
</tr>
</tbody></table>
content_guidelines: ''
content_guidelines: ""
eyebrow: Basics
title: Color
layout: variation
status: Released
description: A minimal palette, clear hierarchy, and ample whitespace ensure a
voice of authority and expertise in communication. The following sets of
colors maintain CFPB brand cohesion and create accessible graphics.
Expand Down Expand Up @@ -1652,7 +1656,7 @@ use_cases: >-
![Sequential example](/design-system/images/uploads/sequential-color-1.png)
behavior: ''
behavior: ""
accessibility: >-
Color should never be solely relied on to convey meaning in a visualization
because of accessibility standards for people who are blind and visually
Expand Down Expand Up @@ -1692,5 +1696,4 @@ accessibility: >-
* For large text, a contrast ratio of only 3 : 1 is necessary. Large regular text is at least 18pt/24px, while large bold text is 14pt/18px.
* Text or images of text that are either pure decoration or not visible, or are part of a logo, picture that contains significant other visual content, or inactive UI components (like disabled form controls) do not have a color contrast requirement.
last_updated: 2019-08-30T18:31:00.000Z
eyebrow: Basics
---

0 comments on commit 71029aa

Please sign in to comment.