#CCE292
A light, moderate green closely aligning with Khaki.
About #CCE292
The hex code #CCE292 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Khaki. In the RGB color space, it consists of 204 red, 226 green, and 146 blue.
If you are designing for print, the four-color process is what matters most. The color uses 10% Cyan, 0% Magenta, 35% Yellow, and 11% Black. With a hue angle of 76.5 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. 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#CCE292
RGB204, 226, 146
HSL76.5°, 58.0%, 72.9%
CMYK10%, 0%, 35%, 11%
HSV76.5°, 35.4%, 88.6%
LAB86.7, -20.1, 36.7
XYZ57.3, 69.3, 37.6
Decimal13427346
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.86:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCE292;
}
.text-color {
color: #CCE292;
}
.border-color {
border: 2px solid #CCE292;
}