#D3B6AF
A light, muted red closely aligning with Silver.
About #D3B6AF
Visually, #D3B6AF is defined as a muted red. It is closely associated with the named CSS color Silver. This translates to an RGB value of rgb(211, 182, 175).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 14% M, 17% Y, and 17% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3B6AF
RGB211, 182, 175
HSL11.7°, 29.0%, 75.7%
CMYK0%, 14%, 17%, 17%
HSV11.7°, 17.1%, 82.7%
LAB76.3, 9.3, 7.4
XYZ51.3, 50.4, 47.6
Decimal13874863
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.90:1
Text on #FFFFFF
FAIL
11.08:1
Text on #000000
AAA
1.81:1
Text on #F8FAFC
FAIL
9.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3B6AF;
}
.text-color {
color: #D3B6AF;
}
.border-color {
border: 2px solid #D3B6AF;
}