#D3C5BD
A light, muted orange closely aligning with Silver.
About #D3C5BD
The hex code #D3C5BD represents a beautifully specific shade of orange. Its closest recognized web color is Silver. In the RGB color space, it consists of 211 red, 197 green, and 189 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 7% M, 10% Y, and 17% K. The HSL representation is 21.8° hue, 20.0% saturation, and 78.4% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3C5BD
RGB211, 197, 189
HSL21.8°, 20.0%, 78.4%
CMYK0%, 7%, 10%, 17%
HSV21.8°, 10.4%, 82.7%
LAB80.4, 3.5, 5.8
XYZ56.0, 57.5, 56.3
Decimal13878717
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.49:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3C5BD;
}
.text-color {
color: #D3C5BD;
}
.border-color {
border: 2px solid #D3C5BD;
}