#E957F8
A light, vivid magenta closely aligning with Mediumorchid.
About #E957F8
Visually, #E957F8 is defined as a vivid magenta. Its closest recognized web color is Mediumorchid. In the RGB color space, it consists of 233 red, 87 green, and 248 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 6% cyan, 65% magenta, 0% yellow, and 3% black. With a hue angle of 294.4 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E957F8
RGB233, 87, 248
HSL294.4°, 92.0%, 65.7%
CMYK6%, 65%, 0%, 3%
HSV294.4°, 64.9%, 97.3%
LAB62.4, 75.9, -53.8
XYZ54.0, 30.9, 91.9
Decimal15292408
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.92:1
Text on #FFFFFF
FAIL
7.18:1
Text on #000000
AAA
2.79:1
Text on #F8FAFC
FAIL
6.11:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E957F8;
}
.text-color {
color: #E957F8;
}
.border-color {
border: 2px solid #E957F8;
}