#DBDB50
A medium, moderate yellow closely aligning with Khaki.
About #DBDB50
The hex code #DBDB50 represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Khaki. This translates to an RGB value of rgb(219, 219, 80).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DBDB50
RGB219, 219, 80
HSL60.0°, 65.9%, 58.6%
CMYK0%, 0%, 63%, 14%
HSV60.0°, 63.5%, 85.9%
LAB85.2, -16.8, 65.8
XYZ56.0, 66.3, 17.4
Decimal14408528
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.26:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBDB50;
}
.text-color {
color: #DBDB50;
}
.border-color {
border: 2px solid #DBDB50;
}