#E283E9
A light, moderate magenta closely aligning with Violet.
About #E283E9
The precise color #E283E9 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Violet. In the RGB color space, it consists of 226 red, 131 green, and 233 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 3% Cyan, 44% Magenta, 0% Yellow, and 9% Black. With a hue angle of 295.9 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E283E9
RGB226, 131, 233
HSL295.9°, 69.9%, 71.4%
CMYK3%, 44%, 0%, 9%
HSV295.9°, 43.8%, 91.4%
LAB68.2, 51.5, -36.5
XYZ54.2, 38.3, 81.6
Decimal14844905
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.43:1
Text on #FFFFFF
FAIL
8.66:1
Text on #000000
AAA
2.32:1
Text on #F8FAFC
FAIL
7.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E283E9;
}
.text-color {
color: #E283E9;
}
.border-color {
border: 2px solid #E283E9;
}