#E283FF
A light, vivid magenta closely aligning with Violet.
About #E283FF
At its core, #E283FF is a light and vivid hue. Designers often compare it to the standard color Violet. Its digital footprint relies on 226 parts red, 131 parts green, and 255 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 11% C, 49% M, 0% Y, and 0% K. The HSL representation is 286.0° hue, 100.0% saturation, and 75.7% lightness.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E283FF
RGB226, 131, 255
HSL286.0°, 100.0%, 75.7%
CMYK11%, 49%, 0%, 0%
HSV286.0°, 48.6%, 100.0%
LAB69.2, 55.7, -47.0
XYZ57.5, 39.6, 99.2
Decimal14844927
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.35:1
Text on #FFFFFF
FAIL
8.92:1
Text on #000000
AAA
2.25:1
Text on #F8FAFC
FAIL
7.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E283FF;
}
.text-color {
color: #E283FF;
}
.border-color {
border: 2px solid #E283FF;
}