#E23AD3
A medium, vivid magenta closely aligning with Mediumorchid.
About #E23AD3
Visually, #E23AD3 is defined as a vivid magenta. Its closest recognized web color is Mediumorchid. This translates to an RGB value of rgb(226, 58, 211).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 74% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E23AD3
RGB226, 58, 211
HSL305.4°, 74.3%, 55.7%
CMYK0%, 74%, 7%, 11%
HSV305.4°, 74.3%, 88.6%
LAB56.0, 78.4, -43.3
XYZ44.6, 23.9, 63.9
Decimal14826195
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.63:1
Text on #FFFFFF
AA Large
5.78:1
Text on #000000
AA
3.47:1
Text on #F8FAFC
AA Large
4.91:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E23AD3;
}
.text-color {
color: #E23AD3;
}
.border-color {
border: 2px solid #E23AD3;
}