#CCDB5F
A light, moderate yellow closely aligning with Khaki.
About #CCDB5F
The precise color #CCDB5F is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Khaki. This translates to an RGB value of rgb(204, 219, 95).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 7% C, 0% M, 57% Y, and 14% K. The HSL representation is 67.3° hue, 63.3% saturation, and 61.6% lightness.
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#CCDB5F
RGB204, 219, 95
HSL67.3°, 63.3%, 61.6%
CMYK7%, 0%, 57%, 14%
HSV67.3°, 56.6%, 85.9%
LAB84.1, -21.9, 58.0
XYZ52.3, 64.3, 20.5
Decimal13425503
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.87:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCDB5F;
}
.text-color {
color: #CCDB5F;
}
.border-color {
border: 2px solid #CCDB5F;
}