#E2A8F8
A very light, vivid purple closely aligning with Plum.
About #E2A8F8
Visually, #E2A8F8 is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Plum. In the RGB color space, it consists of 226 red, 168 green, and 248 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 9% cyan, 32% magenta, 0% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E2A8F8
RGB226, 168, 248
HSL283.5°, 85.1%, 81.6%
CMYK9%, 32%, 0%, 3%
HSV283.5°, 32.3%, 97.3%
LAB76.6, 35.0, -31.6
XYZ62.3, 51.0, 95.4
Decimal14854392
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.19:1
Text on #000000
AAA
1.79:1
Text on #F8FAFC
FAIL
9.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2A8F8;
}
.text-color {
color: #E2A8F8;
}
.border-color {
border: 2px solid #E2A8F8;
}