#E95FE9
A light, vivid magenta closely aligning with Mediumorchid.
About #E95FE9
The hex code #E95FE9 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Mediumorchid. This translates to an RGB value of rgb(233, 95, 233).
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 59% magenta inks. The HSL representation is 300.0° hue, 75.8% saturation, and 64.3% 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E95FE9
RGB233, 95, 233
HSL300.0°, 75.8%, 64.3%
CMYK0%, 59%, 0%, 9%
HSV300.0°, 59.2%, 91.4%
LAB62.8, 70.2, -44.8
XYZ52.4, 31.4, 80.4
Decimal15294441
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.89:1
Text on #FFFFFF
FAIL
7.28:1
Text on #000000
AAA
2.76:1
Text on #F8FAFC
FAIL
6.19:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E95FE9;
}
.text-color {
color: #E95FE9;
}
.border-color {
border: 2px solid #E95FE9;
}