#E23AF0
A medium, vivid magenta closely aligning with Fuchsia.
About #E23AF0
Visually, #E23AF0 is defined as a vivid magenta. Its closest recognized web color is Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 58, and 240.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 6% cyan, 76% magenta, 0% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#E23AF0
RGB226, 58, 240
HSL295.4°, 85.8%, 58.4%
CMYK6%, 76%, 0%, 6%
HSV295.4°, 75.8%, 94.1%
LAB57.5, 82.8, -57.2
XYZ48.6, 25.5, 84.8
Decimal14826224
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.44:1
Text on #FFFFFF
AA Large
6.10:1
Text on #000000
AA
3.29:1
Text on #F8FAFC
AA Large
5.18:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E23AF0;
}
.text-color {
color: #E23AF0;
}
.border-color {
border: 2px solid #E23AF0;
}