#CCE275
A light, moderate yellow closely aligning with Khaki.
About #CCE275
At its core, #CCE275 is a light and moderate hue. It is closely associated with the named CSS color Khaki. This translates to an RGB value of rgb(204, 226, 117).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 10% Cyan, 0% Magenta, 48% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CCE275
RGB204, 226, 117
HSL72.1°, 65.3%, 67.3%
CMYK10%, 0%, 48%, 11%
HSV72.1°, 48.2%, 88.6%
LAB86.3, -23.4, 50.4
XYZ55.3, 68.5, 27.1
Decimal13427317
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.70:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCE275;
}
.text-color {
color: #CCE275;
}
.border-color {
border: 2px solid #CCE275;
}