#CCE975
A light, vivid green closely aligning with Khaki.
About #CCE975
The precise color #CCE975 is an excellent choice for modern design projects. Designers often compare it to the standard color Khaki. In the RGB color space, it consists of 204 red, 233 green, and 117 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 12% C, 0% M, 50% Y, and 9% K. With a hue angle of 75.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CCE975
RGB204, 233, 117
HSL75.0°, 72.5%, 68.6%
CMYK12%, 0%, 50%, 9%
HSV75.0°, 49.8%, 91.4%
LAB88.2, -26.7, 52.7
XYZ57.3, 72.4, 27.8
Decimal13429109
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.48:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCE975;
}
.text-color {
color: #CCE975;
}
.border-color {
border: 2px solid #CCE975;
}