#DBF88A
A light, vivid green closely aligning with Khaki.
About #DBF88A
At its core, #DBF88A is a light and vivid hue. If you're using CSS, you might find it aligns closely with Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 248, and 138.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 12% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#DBF88A
RGB219, 248, 138
HSL75.8°, 88.7%, 75.7%
CMYK12%, 0%, 44%, 3%
HSV75.8°, 44.4%, 97.3%
LAB93.5, -26.0, 49.5
XYZ67.4, 84.0, 36.7
Decimal14416010
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.18:1
Text on #FFFFFF
FAIL
17.81:1
Text on #000000
AAA
1.13:1
Text on #F8FAFC
FAIL
15.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBF88A;
}
.text-color {
color: #DBF88A;
}
.border-color {
border: 2px solid #DBF88A;
}