#E848FA
A light, vivid magenta closely aligning with Fuchsia.
About #E848FA
At its core, #E848FA is a light and vivid hue. Its closest recognized web color is Fuchsia. In the RGB color space, it consists of 232 red, 72 green, and 250 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 7% cyan and 71% magenta inks. The HSL representation is 293.9° hue, 94.7% saturation, and 63.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E848FA
RGB232, 72, 250
HSL293.9°, 94.7%, 63.1%
CMYK7%, 71%, 0%, 2%
HSV293.9°, 71.2%, 98.0%
LAB60.5, 81.4, -58.0
XYZ52.9, 28.7, 93.2
Decimal15223034
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.12:1
Text on #FFFFFF
AA Large
6.74:1
Text on #000000
AA
2.98:1
Text on #F8FAFC
FAIL
5.73:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E848FA;
}
.text-color {
color: #E848FA;
}
.border-color {
border: 2px solid #E848FA;
}