#CCFFDB
A very light, vivid green closely aligning with Honeydew.
About #CCFFDB
At its core, #CCFFDB is a very light and vivid hue. If you're using CSS, you might find it aligns closely with Honeydew. This translates to an RGB value of rgb(204, 255, 219).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 20% cyan, 0% magenta, 14% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCFFDB
RGB204, 255, 219
HSL137.6°, 100.0%, 90.0%
CMYK20%, 0%, 14%, 0%
HSV137.6°, 20.0%, 100.0%
LAB95.8, -23.0, 11.9
XYZ73.4, 89.5, 80.4
Decimal13434843
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.11:1
Text on #FFFFFF
FAIL
18.89:1
Text on #000000
AAA
1.06:1
Text on #F8FAFC
FAIL
16.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCFFDB;
}
.text-color {
color: #CCFFDB;
}
.border-color {
border: 2px solid #CCFFDB;
}