#CCE2A8
A light, moderate green closely aligning with Palegoldenrod.
About #CCE2A8
The hex code #CCE2A8 represents a beautifully specific shade of green. Designers often compare it to the standard color Palegoldenrod. In the RGB color space, it consists of 204 red, 226 green, and 168 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 10% Cyan, 0% Magenta, 26% Yellow, and 11% Black. The HSL representation is 82.8° hue, 50.0% saturation, and 77.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CCE2A8
RGB204, 226, 168
HSL82.8°, 50.0%, 77.3%
CMYK10%, 0%, 26%, 11%
HSV82.8°, 25.7%, 88.6%
LAB87.0, -17.2, 26.0
XYZ59.2, 70.1, 47.4
Decimal13427368
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
15.01:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCE2A8;
}
.text-color {
color: #CCE2A8;
}
.border-color {
border: 2px solid #CCE2A8;
}