#DBFFA8
A very light, vivid green closely aligning with Khaki.
About #DBFFA8
The hex code #DBFFA8 represents a beautifully specific shade of green. It is closely associated with the named CSS color Khaki. This translates to an RGB value of rgb(219, 255, 168).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 14% cyan and 0% magenta inks. With a hue angle of 84.8 degrees, it sits comfortably in the green spectrum.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DBFFA8
RGB219, 255, 168
HSL84.8°, 100.0%, 82.9%
CMYK14%, 0%, 34%, 0%
HSV84.8°, 34.1%, 100.0%
LAB95.8, -25.8, 37.9
XYZ72.0, 89.4, 50.5
Decimal14417832
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.11:1
Text on #FFFFFF
FAIL
18.88:1
Text on #000000
AAA
1.06:1
Text on #F8FAFC
FAIL
16.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBFFA8;
}
.text-color {
color: #DBFFA8;
}
.border-color {
border: 2px solid #DBFFA8;
}