#DBE96D
A light, vivid yellow closely aligning with Khaki.
About #DBE96D
Visually, #DBE96D is defined as a vivid yellow. Designers often compare it to the standard color Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 233, and 109.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 6% C, 0% M, 53% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#DBE96D
RGB219, 233, 109
HSL66.8°, 73.8%, 67.1%
CMYK6%, 0%, 53%, 9%
HSV66.8°, 53.2%, 91.4%
LAB89.1, -21.6, 57.8
XYZ61.1, 74.4, 25.6
Decimal14412141
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.89:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBE96D;
}
.text-color {
color: #DBE96D;
}
.border-color {
border: 2px solid #DBE96D;
}