#DBDB83
A light, moderate yellow closely aligning with Khaki.
About #DBDB83
The hex code #DBDB83 represents a beautifully specific shade of yellow. It is closely associated with the named CSS color Khaki. This translates to an RGB value of rgb(219, 219, 131).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 0% magenta, 40% yellow, and 14% black. The HSL representation is 60.0° hue, 55.0% saturation, and 68.6% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DBDB83
RGB219, 219, 131
HSL60.0°, 55.0%, 68.6%
CMYK0%, 0%, 40%, 14%
HSV60.0°, 40.2%, 85.9%
LAB85.7, -12.6, 43.2
XYZ58.6, 67.4, 31.4
Decimal14408579
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.47:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBDB83;
}
.text-color {
color: #DBDB83;
}
.border-color {
border: 2px solid #DBDB83;
}