#E942D3
A medium, vivid magenta closely aligning with Mediumorchid.
About #E942D3
Visually, #E942D3 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Mediumorchid. This translates to an RGB value of rgb(233, 66, 211).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 72% magenta, 9% yellow, and 9% black. With a hue angle of 307.9 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E942D3
RGB233, 66, 211
HSL307.9°, 79.1%, 58.6%
CMYK0%, 72%, 9%, 9%
HSV307.9°, 71.7%, 91.4%
LAB58.0, 77.4, -40.1
XYZ47.3, 25.9, 64.1
Decimal15286995
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.40:1
Text on #FFFFFF
AA Large
6.18:1
Text on #000000
AA
3.25:1
Text on #F8FAFC
AA Large
5.26:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E942D3;
}
.text-color {
color: #E942D3;
}
.border-color {
border: 2px solid #E942D3;
}