#DBDBC5
A very light, muted yellow closely aligning with Antiquewhite.
About #DBDBC5
At its core, #DBDBC5 is a very light and muted hue. It is closely associated with the named CSS color Antiquewhite. In the RGB color space, it consists of 219 red, 219 green, and 197 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 0% magenta, 10% yellow, and 14% black. The HSL representation is 60.0° hue, 23.4% saturation, and 81.6% lightness.
Contrast ratios determine whether this color is safe for typography. 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#DBDBC5
RGB219, 219, 197
HSL60.0°, 23.4%, 81.6%
CMYK0%, 0%, 10%, 14%
HSV60.0°, 10.0%, 85.9%
LAB86.9, -3.8, 10.8
XYZ64.6, 69.8, 62.9
Decimal14408645
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
14.95:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBDBC5;
}
.text-color {
color: #DBDBC5;
}
.border-color {
border: 2px solid #DBDBC5;
}