#CCE9D3
A very light, moderate green closely aligning with Honeydew.
About #CCE9D3
At its core, #CCE9D3 is a very light and moderate hue. Designers often compare it to the standard color Honeydew. This translates to an RGB value of rgb(204, 233, 211).
Translating this color to physical media requires the CMYK color model. The color uses 12% Cyan, 0% Magenta, 9% Yellow, and 9% Black. The HSL representation is 134.5° hue, 39.7% saturation, and 85.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCE9D3
RGB204, 233, 211
HSL134.5°, 39.7%, 85.7%
CMYK12%, 0%, 9%, 9%
HSV134.5°, 12.4%, 91.4%
LAB89.8, -13.6, 7.5
XYZ65.8, 75.8, 72.8
Decimal13429203
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.16:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCE9D3;
}
.text-color {
color: #CCE9D3;
}
.border-color {
border: 2px solid #CCE9D3;
}