#E98AE9
A light, moderate magenta closely aligning with Violet.
About #E98AE9
At its core, #E98AE9 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Violet. In the RGB color space, it consists of 233 red, 138 green, and 233 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 41% Magenta, 0% Yellow, and 9% Black. The HSL representation is 300.0° hue, 68.3% saturation, and 72.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E98AE9
RGB233, 138, 233
HSL300.0°, 68.3%, 72.7%
CMYK0%, 41%, 0%, 9%
HSV300.0°, 40.8%, 91.4%
LAB70.4, 50.0, -33.0
XYZ57.4, 41.4, 82.1
Decimal15305449
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.26:1
Text on #FFFFFF
FAIL
9.28:1
Text on #000000
AAA
2.16:1
Text on #F8FAFC
FAIL
7.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E98AE9;
}
.text-color {
color: #E98AE9;
}
.border-color {
border: 2px solid #E98AE9;
}