#CCF8DB
A very light, vivid green closely aligning with Honeydew.
About #CCF8DB
When working with digital screens, the color #CCF8DB is rendered by mixing light. It is closely associated with the named CSS color Honeydew. This translates to an RGB value of rgb(204, 248, 219).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 18% cyan and 0% magenta inks. The HSL representation is 140.5° hue, 75.9% saturation, and 88.6% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCF8DB
RGB204, 248, 219
HSL140.5°, 75.9%, 88.6%
CMYK18%, 0%, 12%, 3%
HSV140.5°, 17.7%, 97.3%
LAB93.9, -19.6, 9.3
XYZ71.3, 85.1, 79.7
Decimal13433051
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.17:1
Text on #FFFFFF
FAIL
18.02:1
Text on #000000
AAA
1.11:1
Text on #F8FAFC
FAIL
15.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCF8DB;
}
.text-color {
color: #CCF8DB;
}
.border-color {
border: 2px solid #CCF8DB;
}