#E21D8A
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E21D8A
Visually, #E21D8A is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Mediumvioletred. Its digital footprint relies on 226 parts red, 29 parts green, and 138 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 87% M, 39% Y, and 11% K. With a hue angle of 326.8 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E21D8A
RGB226, 29, 138
HSL326.8°, 77.3%, 50.0%
CMYK0%, 87%, 39%, 11%
HSV326.8°, 87.2%, 88.6%
LAB50.5, 76.2, -9.0
XYZ36.4, 18.9, 25.8
Decimal14818698
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.40:1
Text on #FFFFFF
AA Large
4.78:1
Text on #000000
AA
4.20:1
Text on #F8FAFC
AA Large
4.06:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E21D8A;
}
.text-color {
color: #E21D8A;
}
.border-color {
border: 2px solid #E21D8A;
}