#E98AA8
A light, moderate magenta closely aligning with Palevioletred.
About #E98AA8
At its core, #E98AA8 is a light and moderate hue. It is closely associated with the named CSS color Palevioletred. In the RGB color space, it consists of 233 red, 138 green, and 168 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 41% Magenta, 28% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#E98AA8
RGB233, 138, 168
HSL341.1°, 68.3%, 72.7%
CMYK0%, 41%, 28%, 9%
HSV341.1°, 40.8%, 91.4%
LAB68.3, 39.8, -0.1
XYZ49.8, 38.3, 41.8
Decimal15305384
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.42:1
Text on #FFFFFF
FAIL
8.67:1
Text on #000000
AAA
2.32:1
Text on #F8FAFC
FAIL
7.37:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E98AA8;
}
.text-color {
color: #E98AA8;
}
.border-color {
border: 2px solid #E98AA8;
}