#D3C5E2
A very light, moderate purple closely aligning with Thistle.
About #D3C5E2
Visually, #D3C5E2 is defined as a moderate purple. If you're using CSS, you might find it aligns closely with Thistle. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 197, and 226.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 7% C, 13% M, 0% Y, and 11% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#D3C5E2
RGB211, 197, 226
HSL269.0°, 33.3%, 82.9%
CMYK7%, 13%, 0%, 11%
HSV269.0°, 12.8%, 88.6%
LAB81.4, 10.2, -12.6
XYZ60.6, 59.3, 80.2
Decimal13878754
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.85:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3C5E2;
}
.text-color {
color: #D3C5E2;
}
.border-color {
border: 2px solid #D3C5E2;
}