#E97C8A
A light, vivid red closely aligning with Lightcoral.
About #E97C8A
When working with digital screens, the color #E97C8A is rendered by mixing light. Its closest recognized web color is Lightcoral. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 124, and 138.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 47% magenta inks. The HSL representation is 352.3° hue, 71.2% saturation, and 70.0% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E97C8A
RGB233, 124, 138
HSL352.3°, 71.2%, 70.0%
CMYK0%, 47%, 41%, 9%
HSV352.3°, 46.8%, 91.4%
LAB64.6, 43.3, 11.6
XYZ45.4, 33.6, 28.1
Decimal15301770
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.72:1
Text on #FFFFFF
FAIL
7.71:1
Text on #000000
AAA
2.60:1
Text on #F8FAFC
FAIL
6.56:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E97C8A;
}
.text-color {
color: #E97C8A;
}
.border-color {
border: 2px solid #E97C8A;
}