#CCCC83
A light, moderate yellow closely aligning with Darkkhaki.
About #CCCC83
When working with digital screens, the color #CCCC83 is rendered by mixing light. It is closely associated with the named CSS color Darkkhaki. This translates to an RGB value of rgb(204, 204, 131).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 0% magenta, 36% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCCC83
RGB204, 204, 131
HSL60.0°, 41.7%, 65.7%
CMYK0%, 0%, 36%, 20%
HSV60.0°, 35.8%, 80.0%
LAB80.6, -11.0, 36.4
XYZ50.6, 57.7, 29.9
Decimal13421699
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.53:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCCC83;
}
.text-color {
color: #CCCC83;
}
.border-color {
border: 2px solid #CCCC83;
}