#DBD383
A light, moderate yellow closely aligning with Khaki.
About #DBD383
When working with digital screens, the color #DBD383 is rendered by mixing light. It is closely associated with the named CSS color Khaki. In the RGB color space, it consists of 219 red, 211 green, and 131 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 4% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#DBD383
RGB219, 211, 131
HSL54.5°, 55.0%, 68.6%
CMYK0%, 4%, 40%, 14%
HSV54.5°, 40.2%, 85.9%
LAB83.6, -8.6, 40.6
XYZ56.6, 63.3, 30.7
Decimal14406531
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.66:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBD383;
}
.text-color {
color: #DBD383;
}
.border-color {
border: 2px solid #DBD383;
}