#DBD375
A light, moderate yellow closely aligning with Khaki.
About #DBD375
Visually, #DBD375 is defined as a moderate yellow. Its closest recognized web color is Khaki. This translates to an RGB value of rgb(219, 211, 117).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 4% Magenta, 47% Yellow, and 14% Black. 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. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DBD375
RGB219, 211, 117
HSL55.3°, 58.6%, 65.9%
CMYK0%, 4%, 47%, 14%
HSV55.3°, 46.6%, 85.9%
LAB83.4, -10.0, 47.2
XYZ55.7, 62.9, 26.0
Decimal14406517
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.59:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBD375;
}
.text-color {
color: #DBD375;
}
.border-color {
border: 2px solid #DBD375;
}