#D3D3AF
A light, muted yellow closely aligning with Wheat.
About #D3D3AF
When working with digital screens, the color #D3D3AF is rendered by mixing light. It is closely associated with the named CSS color Wheat. This translates to an RGB value of rgb(211, 211, 175).
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. With a hue angle of 60.0 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3D3AF
RGB211, 211, 175
HSL60.0°, 29.0%, 75.7%
CMYK0%, 0%, 17%, 17%
HSV60.0°, 17.1%, 82.7%
LAB83.7, -6.0, 17.9
XYZ57.9, 63.5, 49.8
Decimal13882287
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.71:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3D3AF;
}
.text-color {
color: #D3D3AF;
}
.border-color {
border: 2px solid #D3D3AF;
}