#DBE26D
A light, moderate yellow closely aligning with Khaki.
About #DBE26D
The precise color #DBE26D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Khaki. In the RGB color space, it consists of 219 red, 226 green, and 109 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 3% cyan, 0% magenta, 52% yellow, and 11% black. The HSL representation is 63.6° hue, 66.9% saturation, and 65.7% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#DBE26D
RGB219, 226, 109
HSL63.6°, 66.9%, 65.7%
CMYK3%, 0%, 52%, 11%
HSV63.6°, 51.8%, 88.6%
LAB87.3, -18.2, 55.6
XYZ59.2, 70.6, 25.0
Decimal14410349
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.11:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBE26D;
}
.text-color {
color: #DBE26D;
}
.border-color {
border: 2px solid #DBE26D;
}