#D3BDBD
A light, muted red closely aligning with Silver.
About #D3BDBD
The hex code #D3BDBD represents a beautifully specific shade of red. It is closely associated with the named CSS color Silver. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 189, and 189.
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 10% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3BDBD
RGB211, 189, 189
HSL0.0°, 20.0%, 78.4%
CMYK0%, 10%, 10%, 17%
HSV0.0°, 10.4%, 82.7%
LAB78.4, 7.8, 2.8
XYZ54.2, 53.9, 55.7
Decimal13876669
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.78:1
Text on #FFFFFF
FAIL
11.78:1
Text on #000000
AAA
1.70:1
Text on #F8FAFC
FAIL
10.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3BDBD;
}
.text-color {
color: #D3BDBD;
}
.border-color {
border: 2px solid #D3BDBD;
}