#D3B6B6
A light, muted red closely aligning with Silver.
About #D3B6B6
When working with digital screens, the color #D3B6B6 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Silver. This translates to an RGB value of rgb(211, 182, 182).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 14% M, 14% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#D3B6B6
RGB211, 182, 182
HSL0.0°, 24.8%, 77.1%
CMYK0%, 14%, 14%, 17%
HSV0.0°, 13.7%, 82.7%
LAB76.5, 10.4, 3.8
XYZ52.0, 50.7, 51.3
Decimal13874870
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.89:1
Text on #FFFFFF
FAIL
11.14:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3B6B6;
}
.text-color {
color: #D3B6B6;
}
.border-color {
border: 2px solid #D3B6B6;
}