#E97CF0
A light, vivid magenta closely aligning with Violet.
About #E97CF0
At its core, #E97CF0 is a light and vivid hue. It is closely associated with the named CSS color Violet. In the RGB color space, it consists of 233 red, 124 green, and 240 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 3% C, 48% M, 0% Y, and 6% K. With a hue angle of 296.4 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E97CF0
RGB233, 124, 240
HSL296.4°, 79.5%, 71.4%
CMYK3%, 48%, 0%, 6%
HSV296.4°, 48.3%, 94.1%
LAB68.0, 58.3, -40.5
XYZ56.5, 38.0, 86.8
Decimal15301872
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.44:1
Text on #FFFFFF
FAIL
8.61:1
Text on #000000
AAA
2.33:1
Text on #F8FAFC
FAIL
7.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E97CF0;
}
.text-color {
color: #E97CF0;
}
.border-color {
border: 2px solid #E97CF0;
}