#E2AFF8
A very light, vivid purple closely aligning with Plum.
About #E2AFF8
Visually, #E2AFF8 is defined as a vivid purple. It is closely associated with the named CSS color Plum. In the RGB color space, it consists of 226 red, 175 green, and 248 blue.
Translating this color to physical media requires the CMYK color model. The color uses 9% Cyan, 29% Magenta, 0% Yellow, and 3% Black. With a hue angle of 281.9 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E2AFF8
RGB226, 175, 248
HSL281.9°, 83.9%, 82.9%
CMYK9%, 29%, 0%, 3%
HSV281.9°, 29.4%, 97.3%
LAB78.2, 31.2, -29.2
XYZ63.6, 53.6, 95.8
Decimal14856184
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.79:1
Text on #FFFFFF
FAIL
11.72:1
Text on #000000
AAA
1.71:1
Text on #F8FAFC
FAIL
9.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2AFF8;
}
.text-color {
color: #E2AFF8;
}
.border-color {
border: 2px solid #E2AFF8;
}