#E9D3FF
A very light, vivid neutral closely aligning with Thistle.
About #E9D3FF
Visually, #E9D3FF is defined as a vivid neutral. 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 233, 211, and 255.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 9% C, 17% M, 0% Y, and 0% K. The HSL representation is 270.0° hue, 100.0% saturation, and 91.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#E9D3FF
RGB233, 211, 255
HSL270.0°, 100.0%, 91.4%
CMYK9%, 17%, 0%, 0%
HSV270.0°, 17.3%, 100.0%
LAB87.5, 15.6, -18.7
XYZ74.9, 71.1, 104.4
Decimal15324159
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.23:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9D3FF;
}
.text-color {
color: #E9D3FF;
}
.border-color {
border: 2px solid #E9D3FF;
}