#E98AC5
A light, moderate magenta closely aligning with Plum.
About #E98AC5
The hex code #E98AC5 represents a beautifully specific shade of magenta. Its closest recognized web color is Plum. In the RGB color space, it consists of 233 red, 138 green, and 197 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 41% M, 15% Y, and 9% K. The HSL representation is 322.7° hue, 68.3% saturation, and 72.7% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#E98AC5
RGB233, 138, 197
HSL322.7°, 68.3%, 72.7%
CMYK0%, 41%, 15%, 9%
HSV322.7°, 40.8%, 91.4%
LAB69.1, 44.0, -15.0
XYZ52.8, 39.5, 57.7
Decimal15305413
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.36:1
Text on #FFFFFF
FAIL
8.91:1
Text on #000000
AAA
2.25:1
Text on #F8FAFC
FAIL
7.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E98AC5;
}
.text-color {
color: #E98AC5;
}
.border-color {
border: 2px solid #E98AC5;
}