#DBDBB6
A light, moderate yellow closely aligning with Wheat.
About #DBDBB6
At its core, #DBDBB6 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Wheat. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 219, and 182.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 0% magenta inks. The HSL representation is 60.0° hue, 33.9% saturation, and 78.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#DBDBB6
RGB219, 219, 182
HSL60.0°, 33.9%, 78.6%
CMYK0%, 0%, 17%, 14%
HSV60.0°, 16.9%, 85.9%
LAB86.6, -6.1, 18.2
XYZ63.0, 69.1, 54.3
Decimal14408630
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.82:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBDBB6;
}
.text-color {
color: #DBDBB6;
}
.border-color {
border: 2px solid #DBDBB6;
}