#E950E2
A light, vivid magenta closely aligning with Mediumorchid.
About #E950E2
Visually, #E950E2 is defined as a vivid magenta. It is closely associated with the named CSS color Mediumorchid. In the RGB color space, it consists of 233 red, 80 green, and 226 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 66% Magenta, 3% Yellow, and 9% Black. The HSL representation is 302.7° hue, 77.7% saturation, and 61.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E950E2
RGB233, 80, 226
HSL302.7°, 77.7%, 61.4%
CMYK0%, 66%, 3%, 9%
HSV302.7°, 65.7%, 91.4%
LAB60.4, 74.9, -44.8
XYZ50.2, 28.6, 74.8
Decimal15290594
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.13:1
Text on #FFFFFF
AA Large
6.71:1
Text on #000000
AA
2.99:1
Text on #F8FAFC
FAIL
5.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E950E2;
}
.text-color {
color: #E950E2;
}
.border-color {
border: 2px solid #E950E2;
}