#E27C6D
A light, moderate red closely aligning with Lightcoral.
About #E27C6D
At its core, #E27C6D is a light and moderate hue. It is closely associated with the named CSS color Lightcoral. In the RGB color space, it consists of 226 red, 124 green, and 109 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 45% magenta, 52% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E27C6D
RGB226, 124, 109
HSL7.7°, 66.9%, 65.7%
CMYK0%, 45%, 52%, 11%
HSV7.7°, 51.8%, 88.6%
LAB63.1, 37.9, 25.8
XYZ41.3, 31.7, 18.4
Decimal14842989
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.86:1
Text on #FFFFFF
FAIL
7.34:1
Text on #000000
AAA
2.74:1
Text on #F8FAFC
FAIL
6.24:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E27C6D;
}
.text-color {
color: #E27C6D;
}
.border-color {
border: 2px solid #E27C6D;
}