#E950F8
A light, vivid magenta closely aligning with Fuchsia.
About #E950F8
The precise color #E950F8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Fuchsia. This translates to an RGB value of rgb(233, 80, 248).
Translating this color to physical media requires the CMYK color model. The color uses 6% Cyan, 68% Magenta, 0% Yellow, and 3% Black. With a hue angle of 294.6 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E950F8
RGB233, 80, 248
HSL294.6°, 92.3%, 64.3%
CMYK6%, 68%, 0%, 3%
HSV294.6°, 67.7%, 97.3%
LAB61.5, 78.5, -55.3
XYZ53.4, 29.8, 91.8
Decimal15290616
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.01:1
Text on #FFFFFF
AA Large
6.97:1
Text on #000000
AA
2.88:1
Text on #F8FAFC
FAIL
5.92:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E950F8;
}
.text-color {
color: #E950F8;
}
.border-color {
border: 2px solid #E950F8;
}