#D3C5D3
A very light, muted magenta closely aligning with Thistle.
About #D3C5D3
Visually, #D3C5D3 is defined as a muted magenta. Its closest recognized web color is Thistle. In the RGB color space, it consists of 211 red, 197 green, and 211 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 7% magenta, 0% yellow, and 17% black. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3C5D3
RGB211, 197, 211
HSL300.0°, 13.7%, 80.0%
CMYK0%, 7%, 0%, 17%
HSV300.0°, 6.6%, 82.7%
LAB81.0, 7.4, -5.2
XYZ58.6, 58.5, 69.8
Decimal13878739
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.70:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3C5D3;
}
.text-color {
color: #D3C5D3;
}
.border-color {
border: 2px solid #D3C5D3;
}