#DBCC83
A light, moderate yellow closely aligning with Darkkhaki.
About #DBCC83
Visually, #DBCC83 is defined as a moderate yellow. It is closely associated with the named CSS color Darkkhaki. This translates to an RGB value of rgb(219, 204, 131).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 7% magenta, 40% yellow, and 14% black. The HSL representation is 49.8° hue, 55.0% saturation, and 68.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DBCC83
RGB219, 204, 131
HSL49.8°, 55.0%, 68.6%
CMYK0%, 7%, 40%, 14%
HSV49.8°, 40.2%, 85.9%
LAB81.8, -5.0, 38.2
XYZ54.9, 59.9, 30.1
Decimal14404739
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62:1
Text on #FFFFFF
FAIL
12.98:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
11.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBCC83;
}
.text-color {
color: #DBCC83;
}
.border-color {
border: 2px solid #DBCC83;
}