#DBF8A0
A very light, vivid green closely aligning with Khaki.
About #DBF8A0
At its core, #DBF8A0 is a very light and vivid hue. Its closest recognized web color is Khaki. This translates to an RGB value of rgb(219, 248, 160).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 12% cyan and 0% magenta inks. The HSL representation is 79.8° hue, 86.3% saturation, and 80.0% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DBF8A0
RGB219, 248, 160
HSL79.8°, 86.3%, 80.0%
CMYK12%, 0%, 35%, 3%
HSV79.8°, 35.5%, 97.3%
LAB93.8, -23.5, 39.2
XYZ69.1, 84.7, 46.0
Decimal14416032
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.17:1
Text on #FFFFFF
FAIL
17.95:1
Text on #000000
AAA
1.12:1
Text on #F8FAFC
FAIL
15.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBF8A0;
}
.text-color {
color: #DBF8A0;
}
.border-color {
border: 2px solid #DBF8A0;
}