#E88EEA
A light, moderate magenta closely aligning with Violet.
About #E88EEA
The precise color #E88EEA is an excellent choice for modern design projects. Its closest recognized web color is Violet. To achieve this exact tint on a monitor, you would use an RGB mix of 232, 142, and 234.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 1% Cyan, 39% Magenta, 0% Yellow, and 8% Black. With a hue angle of 298.7 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E88EEA
RGB232, 142, 234
HSL298.7°, 68.7%, 73.7%
CMYK1%, 39%, 0%, 8%
HSV298.7°, 39.3%, 91.8%
LAB71.2, 47.9, -32.4
XYZ57.8, 42.4, 83.0
Decimal15240938
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.21:1
Text on #FFFFFF
FAIL
9.49:1
Text on #000000
AAA
2.12:1
Text on #F8FAFC
FAIL
8.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E88EEA;
}
.text-color {
color: #E88EEA;
}
.border-color {
border: 2px solid #E88EEA;
}