#E9BDE9
A very light, moderate magenta closely aligning with Thistle.
About #E9BDE9
The hex code #E9BDE9 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Thistle. Its digital footprint relies on 233 parts red, 189 parts green, and 233 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 19% M, 0% Y, and 9% K. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E9BDE9
RGB233, 189, 233
HSL300.0°, 50.0%, 82.7%
CMYK0%, 19%, 0%, 9%
HSV300.0°, 18.9%, 91.4%
LAB81.6, 23.1, -15.9
XYZ66.5, 59.6, 85.1
Decimal15318505
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.92:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
10.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9BDE9;
}
.text-color {
color: #E9BDE9;
}
.border-color {
border: 2px solid #E9BDE9;
}