#E2AFF0
A very light, moderate magenta closely aligning with Plum.
About #E2AFF0
The precise color #E2AFF0 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Plum. Its digital footprint relies on 226 parts red, 175 parts green, and 240 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 6% Cyan, 27% Magenta, 0% Yellow, and 6% Black. With a hue angle of 287.1 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a very light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E2AFF0
RGB226, 175, 240
HSL287.1°, 68.4%, 81.4%
CMYK6%, 27%, 0%, 6%
HSV287.1°, 27.1%, 94.1%
LAB77.9, 29.7, -25.3
XYZ62.4, 53.1, 89.4
Decimal14856176
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.81:1
Text on #FFFFFF
FAIL
11.62:1
Text on #000000
AAA
1.73:1
Text on #F8FAFC
FAIL
9.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2AFF0;
}
.text-color {
color: #E2AFF0;
}
.border-color {
border: 2px solid #E2AFF0;
}