#E27C7C
A light, moderate red closely aligning with Lightcoral.
About #E27C7C
Visually, #E27C7C is defined as a moderate red. Designers often compare it to the standard color Lightcoral. This translates to an RGB value of rgb(226, 124, 124).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 45% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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#E27C7C
RGB226, 124, 124
HSL0.0°, 63.7%, 68.6%
CMYK0%, 45%, 45%, 11%
HSV0.0°, 45.1%, 88.6%
LAB63.4, 39.3, 17.7
XYZ42.2, 32.0, 23.0
Decimal14843004
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.83:1
Text on #FFFFFF
FAIL
7.41:1
Text on #000000
AAA
2.71:1
Text on #F8FAFC
FAIL
6.30:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E27C7C;
}
.text-color {
color: #E27C7C;
}
.border-color {
border: 2px solid #E27C7C;
}