#E9C5E9
A very light, moderate magenta closely aligning with Thistle.
About #E9C5E9
The precise color #E9C5E9 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Thistle. Its digital footprint relies on 233 parts red, 197 parts green, and 233 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 15% Magenta, 0% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E9C5E9
RGB233, 197, 233
HSL300.0°, 45.0%, 84.3%
CMYK0%, 15%, 0%, 9%
HSV300.0°, 15.5%, 91.4%
LAB83.5, 18.9, -13.1
XYZ68.3, 63.1, 85.7
Decimal15320553
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.63:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9C5E9;
}
.text-color {
color: #E9C5E9;
}
.border-color {
border: 2px solid #E9C5E9;
}