#E21DF8
A medium, vivid magenta closely aligning with Fuchsia.
About #E21DF8
The hex code #E21DF8 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Fuchsia. This translates to an RGB value of rgb(226, 29, 248).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 9% Cyan, 88% Magenta, 0% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E21DF8
RGB226, 29, 248
HSL294.0°, 94.0%, 54.3%
CMYK9%, 88%, 0%, 3%
HSV294.0°, 88.3%, 97.3%
LAB55.9, 90.3, -64.3
XYZ48.7, 23.8, 90.8
Decimal14818808
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.64:1
Text on #FFFFFF
AA Large
5.76:1
Text on #000000
AA
3.48:1
Text on #F8FAFC
AA Large
4.90:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E21DF8;
}
.text-color {
color: #E21DF8;
}
.border-color {
border: 2px solid #E21DF8;
}