#DBFF99
A very light, vivid green closely aligning with Khaki.
About #DBFF99
The hex code #DBFF99 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Khaki. This translates to an RGB value of rgb(219, 255, 153).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 14% cyan, 0% magenta, 40% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DBFF99
RGB219, 255, 153
HSL81.2°, 100.0%, 80.0%
CMYK14%, 0%, 40%, 0%
HSV81.2°, 40.0%, 100.0%
LAB95.5, -27.7, 44.9
XYZ70.7, 88.9, 43.6
Decimal14417817
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.12:1
Text on #FFFFFF
FAIL
18.78:1
Text on #000000
AAA
1.07:1
Text on #F8FAFC
FAIL
15.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBFF99;
}
.text-color {
color: #DBFF99;
}
.border-color {
border: 2px solid #DBFF99;
}