#E975BD
A light, vivid magenta closely aligning with Hotpink.
About #E975BD
The hex code #E975BD represents a beautifully specific shade of magenta. Its closest recognized web color is Hotpink. In the RGB color space, it consists of 233 red, 117 green, and 189 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 50% magenta inks. The HSL representation is 322.8° hue, 72.5% saturation, and 68.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E975BD
RGB233, 117, 189
HSL322.8°, 72.5%, 68.6%
CMYK0%, 50%, 19%, 9%
HSV322.8°, 49.8%, 91.4%
LAB64.7, 53.3, -17.2
XYZ49.2, 33.7, 52.1
Decimal15300029
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.71:1
Text on #FFFFFF
FAIL
7.74:1
Text on #000000
AAA
2.59:1
Text on #F8FAFC
FAIL
6.58:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E975BD;
}
.text-color {
color: #E975BD;
}
.border-color {
border: 2px solid #E975BD;
}