#CCF8E9
A very light, vivid green closely aligning with Lightcyan.
About #CCF8E9
When working with digital screens, the color #CCF8E9 is rendered by mixing light. Its closest recognized web color is Lightcyan. This translates to an RGB value of rgb(204, 248, 233).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 18% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCF8E9
RGB204, 248, 233
HSL159.5°, 75.9%, 88.6%
CMYK18%, 0%, 6%, 3%
HSV159.5°, 17.7%, 97.3%
LAB94.3, -17.0, 2.5
XYZ73.2, 85.9, 89.8
Decimal13433065
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.16:1
Text on #FFFFFF
FAIL
18.17:1
Text on #000000
AAA
1.10:1
Text on #F8FAFC
FAIL
15.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCF8E9;
}
.text-color {
color: #CCF8E9;
}
.border-color {
border: 2px solid #CCF8E9;
}