#DBD3AF
A light, moderate yellow closely aligning with Wheat.
About #DBD3AF
At its core, #DBD3AF is a light and moderate hue. Designers often compare it to the standard color Wheat. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 211, and 175.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 4% magenta inks. With a hue angle of 49.1 degrees, it sits comfortably in the yellow spectrum.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DBD3AF
RGB219, 211, 175
HSL49.1°, 37.9%, 77.3%
CMYK0%, 4%, 20%, 14%
HSV49.1°, 20.1%, 85.9%
LAB84.4, -3.0, 18.8
XYZ60.2, 64.7, 49.9
Decimal14406575
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.95:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBD3AF;
}
.text-color {
color: #DBD3AF;
}
.border-color {
border: 2px solid #DBD3AF;
}