#DBDBA0
A light, moderate yellow closely aligning with Palegoldenrod.
About #DBDBA0
At its core, #DBDBA0 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Palegoldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 219, and 160.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 0% Magenta, 27% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DBDBA0
RGB219, 219, 160
HSL60.0°, 45.0%, 74.3%
CMYK0%, 0%, 27%, 14%
HSV60.0°, 26.9%, 85.9%
LAB86.1, -9.2, 29.1
XYZ60.9, 68.3, 43.2
Decimal14408608
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.65:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBDBA0;
}
.text-color {
color: #DBDBA0;
}
.border-color {
border: 2px solid #DBDBA0;
}