#E27CFF
A light, vivid magenta closely aligning with Violet.
About #E27CFF
Visually, #E27CFF is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Violet. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 124, and 255.
For print applications, it's crucial to understand its CMYK makeup. The color uses 11% Cyan, 51% Magenta, 0% Yellow, and 0% Black. The HSL representation is 286.7° hue, 100.0% saturation, and 74.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E27CFF
RGB226, 124, 255
HSL286.7°, 100.0%, 74.3%
CMYK11%, 51%, 0%, 0%
HSV286.7°, 51.4%, 100.0%
LAB67.9, 59.2, -49.1
XYZ56.6, 37.8, 98.9
Decimal14843135
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.45:1
Text on #FFFFFF
FAIL
8.56:1
Text on #000000
AAA
2.34:1
Text on #F8FAFC
FAIL
7.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E27CFF;
}
.text-color {
color: #E27CFF;
}
.border-color {
border: 2px solid #E27CFF;
}