#E9C5FF
A very light, vivid purple closely aligning with Plum.
About #E9C5FF
Visually, #E9C5FF is defined as a vivid purple. Its closest recognized web color is Plum. Its digital footprint relies on 233 parts red, 197 parts green, and 255 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 9% Cyan, 23% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E9C5FF
RGB233, 197, 255
HSL277.2°, 100.0%, 88.6%
CMYK9%, 23%, 0%, 0%
HSV277.2°, 22.7%, 100.0%
LAB84.2, 23.0, -23.7
XYZ71.6, 64.5, 103.3
Decimal15320575
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.90:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9C5FF;
}
.text-color {
color: #E9C5FF;
}
.border-color {
border: 2px solid #E9C5FF;
}