#E98AE2
A light, moderate magenta closely aligning with Violet.
About #E98AE2
Visually, #E98AE2 is defined as a moderate magenta. It is closely associated with the named CSS color Violet. In the RGB color space, it consists of 233 red, 138 green, and 226 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 41% M, 3% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E98AE2
RGB233, 138, 226
HSL304.4°, 68.3%, 72.7%
CMYK0%, 41%, 3%, 9%
HSV304.4°, 40.8%, 91.4%
LAB70.2, 48.8, -29.5
XYZ56.4, 41.0, 76.9
Decimal15305442
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.28:1
Text on #FFFFFF
FAIL
9.20:1
Text on #000000
AAA
2.18:1
Text on #F8FAFC
FAIL
7.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E98AE2;
}
.text-color {
color: #E98AE2;
}
.border-color {
border: 2px solid #E98AE2;
}