#E942B6
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E942B6
Visually, #E942B6 is defined as a vivid magenta. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(233, 66, 182).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 72% magenta inks. The HSL representation is 318.3° hue, 79.1% saturation, and 58.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E942B6
RGB233, 66, 182
HSL318.3°, 79.1%, 58.6%
CMYK0%, 72%, 22%, 9%
HSV318.3°, 71.7%, 91.4%
LAB56.7, 73.5, -25.5
XYZ44.0, 24.6, 46.7
Decimal15286966
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.55:1
Text on #FFFFFF
AA Large
5.92:1
Text on #000000
AA
3.39:1
Text on #F8FAFC
AA Large
5.03:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E942B6;
}
.text-color {
color: #E942B6;
}
.border-color {
border: 2px solid #E942B6;
}