#DBFFE2
A very light, vivid neutral closely aligning with Honeydew.
About #DBFFE2
At its core, #DBFFE2 is a very light and vivid hue. It is closely associated with the named CSS color Honeydew. Its digital footprint relies on 219 parts red, 255 parts green, and 226 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 14% Cyan, 0% Magenta, 11% Yellow, and 0% Black. The HSL representation is 131.7° hue, 100.0% saturation, and 92.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DBFFE2
RGB219, 255, 226
HSL131.7°, 100.0%, 92.9%
CMYK14%, 0%, 11%, 0%
HSV131.7°, 14.1%, 100.0%
LAB96.8, -16.9, 10.0
XYZ78.7, 92.1, 85.6
Decimal14417890
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.08:1
Text on #FFFFFF
FAIL
19.41:1
Text on #000000
AAA
1.03:1
Text on #F8FAFC
FAIL
16.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBFFE2;
}
.text-color {
color: #DBFFE2;
}
.border-color {
border: 2px solid #DBFFE2;
}