#E23AF8
A light, vivid magenta closely aligning with Fuchsia.
About #E23AF8
At its core, #E23AF8 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Fuchsia. In the RGB color space, it consists of 226 red, 58 green, and 248 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 9% cyan and 77% magenta inks. With a hue angle of 293.1 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E23AF8
RGB226, 58, 248
HSL293.1°, 93.1%, 60.0%
CMYK9%, 77%, 0%, 3%
HSV293.1°, 76.6%, 97.3%
LAB58.0, 84.1, -60.9
XYZ49.8, 26.0, 91.2
Decimal14826232
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.39:1
Text on #FFFFFF
AA Large
6.19:1
Text on #000000
AA
3.24:1
Text on #F8FAFC
AA Large
5.27:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E23AF8;
}
.text-color {
color: #E23AF8;
}
.border-color {
border: 2px solid #E23AF8;
}