#E98AF0
A light, vivid magenta closely aligning with Violet.
About #E98AF0
The precise color #E98AF0 is an excellent choice for modern design projects. It is closely associated with the named CSS color Violet. This translates to an RGB value of rgb(233, 138, 240).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 3% C, 43% M, 0% Y, and 6% K. With a hue angle of 295.9 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. 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#E98AF0
RGB233, 138, 240
HSL295.9°, 77.3%, 74.1%
CMYK3%, 43%, 0%, 6%
HSV295.9°, 42.5%, 94.1%
LAB70.7, 51.3, -36.4
XYZ58.4, 41.8, 87.4
Decimal15305456
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.24:1
Text on #FFFFFF
FAIL
9.36:1
Text on #000000
AAA
2.14:1
Text on #F8FAFC
FAIL
7.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E98AF0;
}
.text-color {
color: #E98AF0;
}
.border-color {
border: 2px solid #E98AF0;
}