#DBE28A
A light, moderate yellow closely aligning with Khaki.
About #DBE28A
At its core, #DBE28A is a light and moderate hue. It is closely associated with the named CSS color Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 226, and 138.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 3% C, 0% M, 39% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DBE28A
RGB219, 226, 138
HSL64.8°, 60.3%, 71.4%
CMYK3%, 0%, 39%, 11%
HSV64.8°, 38.9%, 88.6%
LAB87.6, -15.4, 42.2
XYZ61.0, 71.3, 34.6
Decimal14410378
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.26:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.97:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBE28A;
}
.text-color {
color: #DBE28A;
}
.border-color {
border: 2px solid #DBE28A;
}