#E28AFF
A light, vivid magenta closely aligning with Violet.
About #E28AFF
At its core, #E28AFF is a light and vivid hue. If you're using CSS, you might find it aligns closely with Violet. This translates to an RGB value of rgb(226, 138, 255).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 11% cyan and 46% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E28AFF
RGB226, 138, 255
HSL285.1°, 100.0%, 77.1%
CMYK11%, 46%, 0%, 0%
HSV285.1°, 45.9%, 100.0%
LAB70.6, 52.2, -44.9
XYZ58.5, 41.6, 99.5
Decimal14846719
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.25:1
Text on #FFFFFF
FAIL
9.31:1
Text on #000000
AAA
2.16:1
Text on #F8FAFC
FAIL
7.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E28AFF;
}
.text-color {
color: #E28AFF;
}
.border-color {
border: 2px solid #E28AFF;
}