#DBFF8A
A light, vivid green closely aligning with Khaki.
About #DBFF8A
At its core, #DBFF8A is a light and vivid hue. Designers often compare it to the standard color Khaki. This translates to an RGB value of rgb(219, 255, 138).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 14% cyan and 0% magenta inks. The HSL representation is 78.5° hue, 100.0% saturation, and 77.1% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DBFF8A
RGB219, 255, 138
HSL78.5°, 100.0%, 77.1%
CMYK14%, 0%, 46%, 0%
HSV78.5°, 45.9%, 100.0%
LAB95.3, -29.3, 51.8
XYZ69.6, 88.4, 37.4
Decimal14417802
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.12:1
Text on #FFFFFF
FAIL
18.68:1
Text on #000000
AAA
1.07:1
Text on #F8FAFC
FAIL
15.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBFF8A;
}
.text-color {
color: #DBFF8A;
}
.border-color {
border: 2px solid #DBFF8A;
}