#E283F0
A light, vivid magenta closely aligning with Violet.
About #E283F0
The hex code #E283F0 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Violet. This translates to an RGB value of rgb(226, 131, 240).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 6% cyan and 45% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E283F0
RGB226, 131, 240
HSL292.3°, 78.4%, 72.7%
CMYK6%, 45%, 0%, 6%
HSV292.3°, 45.4%, 94.1%
LAB68.5, 52.8, -39.8
XYZ55.2, 38.7, 87.0
Decimal14844912
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.40:1
Text on #FFFFFF
FAIL
8.74:1
Text on #000000
AAA
2.30:1
Text on #F8FAFC
FAIL
7.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E283F0;
}
.text-color {
color: #E283F0;
}
.border-color {
border: 2px solid #E283F0;
}