#D3CCAF
A light, muted yellow closely aligning with Wheat.
About #D3CCAF
At its core, #D3CCAF is a light and muted hue. It is closely associated with the named CSS color Wheat. In the RGB color space, it consists of 211 red, 204 green, and 175 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 3% Magenta, 17% Yellow, and 17% Black. The HSL representation is 48.3° hue, 29.0% saturation, and 75.7% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D3CCAF
RGB211, 204, 175
HSL48.3°, 29.0%, 75.7%
CMYK0%, 3%, 17%, 17%
HSV48.3°, 17.1%, 82.7%
LAB81.9, -2.4, 15.3
XYZ56.2, 60.1, 49.2
Decimal13880495
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.61:1
Text on #FFFFFF
FAIL
13.03:1
Text on #000000
AAA
1.54:1
Text on #F8FAFC
FAIL
11.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3CCAF;
}
.text-color {
color: #D3CCAF;
}
.border-color {
border: 2px solid #D3CCAF;
}