#E97C7C
A light, vivid red closely aligning with Lightcoral.
About #E97C7C
When working with digital screens, the color #E97C7C is rendered by mixing light. It is closely associated with the named CSS color Lightcoral. This translates to an RGB value of rgb(233, 124, 124).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 47% M, 47% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E97C7C
RGB233, 124, 124
HSL0.0°, 71.2%, 70.0%
CMYK0%, 47%, 47%, 9%
HSV0.0°, 46.8%, 91.4%
LAB64.3, 41.9, 19.1
XYZ44.5, 33.2, 23.1
Decimal15301756
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.75:1
Text on #FFFFFF
FAIL
7.64:1
Text on #000000
AAA
2.63:1
Text on #F8FAFC
FAIL
6.49:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E97C7C;
}
.text-color {
color: #E97C7C;
}
.border-color {
border: 2px solid #E97C7C;
}