#E2AFFF
A very light, vivid purple closely aligning with Plum.
About #E2AFFF
When working with digital screens, the color #E2AFFF is rendered by mixing light. Designers often compare it to the standard color Plum. This translates to an RGB value of rgb(226, 175, 255).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 11% cyan, 31% magenta, 0% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
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#E2AFFF
RGB226, 175, 255
HSL278.2°, 100.0%, 84.3%
CMYK11%, 31%, 0%, 0%
HSV278.2°, 31.4%, 100.0%
LAB78.5, 32.7, -32.5
XYZ64.7, 54.0, 101.6
Decimal14856191
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.78:1
Text on #FFFFFF
FAIL
11.81:1
Text on #000000
AAA
1.70:1
Text on #F8FAFC
FAIL
10.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2AFFF;
}
.text-color {
color: #E2AFFF;
}
.border-color {
border: 2px solid #E2AFFF;
}