#D3C5CC
A very light, muted magenta closely aligning with Silver.
About #D3C5CC
At its core, #D3C5CC is a very light and muted hue. If you're using CSS, you might find it aligns closely with Silver. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 197, and 204.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 7% magenta, 3% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3C5CC
RGB211, 197, 204
HSL330.0°, 13.7%, 80.0%
CMYK0%, 7%, 3%, 17%
HSV330.0°, 6.6%, 82.7%
LAB80.8, 6.1, -1.7
XYZ57.7, 58.1, 65.3
Decimal13878732
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.63:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3C5CC;
}
.text-color {
color: #D3C5CC;
}
.border-color {
border: 2px solid #D3C5CC;
}