#E957FF
A light, vivid magenta closely aligning with Fuchsia.
About #E957FF
The hex code #E957FF represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Fuchsia. This translates to an RGB value of rgb(233, 87, 255).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 9% C, 66% M, 0% Y, and 0% K. The HSL representation is 292.1° hue, 100.0% saturation, and 67.1% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E957FF
RGB233, 87, 255
HSL292.1°, 100.0%, 67.1%
CMYK9%, 66%, 0%, 0%
HSV292.1°, 65.9%, 100.0%
LAB62.8, 77.1, -57.1
XYZ55.1, 31.4, 97.8
Decimal15292415
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.89:1
Text on #FFFFFF
FAIL
7.27:1
Text on #000000
AAA
2.76:1
Text on #F8FAFC
FAIL
6.18:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E957FF;
}
.text-color {
color: #E957FF;
}
.border-color {
border: 2px solid #E957FF;
}