#E23383
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E23383
Visually, #E23383 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 51, and 131.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 77% Magenta, 42% Yellow, and 11% Black. The HSL representation is 332.6° hue, 75.1% saturation, and 54.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E23383
RGB226, 51, 131
HSL332.6°, 75.1%, 54.3%
CMYK0%, 77%, 42%, 11%
HSV332.6°, 77.4%, 88.6%
LAB52.0, 70.7, -2.6
XYZ36.6, 20.2, 23.4
Decimal14824323
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.17:1
Text on #FFFFFF
AA Large
5.04:1
Text on #000000
AA
3.99:1
Text on #F8FAFC
AA Large
4.28:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E23383;
}
.text-color {
color: #E23383;
}
.border-color {
border: 2px solid #E23383;
}