#E2927C
A light, moderate red closely aligning with Darksalmon.
About #E2927C
When working with digital screens, the color #E2927C is rendered by mixing light. Its closest recognized web color is Darksalmon. This translates to an RGB value of rgb(226, 146, 124).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 35% magenta inks. With a hue angle of 12.9 degrees, it sits comfortably in the red spectrum.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E2927C
RGB226, 146, 124
HSL12.9°, 63.7%, 68.6%
CMYK0%, 35%, 45%, 11%
HSV12.9°, 45.1%, 88.6%
LAB68.2, 27.8, 24.2
XYZ45.3, 38.2, 24.1
Decimal14848636
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.43:1
Text on #FFFFFF
FAIL
8.64:1
Text on #000000
AAA
2.32:1
Text on #F8FAFC
FAIL
7.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2927C;
}
.text-color {
color: #E2927C;
}
.border-color {
border: 2px solid #E2927C;
}