#E2997C
A light, moderate orange closely aligning with Darksalmon.
About #E2997C
The precise color #E2997C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darksalmon. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 153, and 124.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 32% magenta inks. 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. 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#E2997C
RGB226, 153, 124
HSL17.1°, 63.7%, 68.6%
CMYK0%, 32%, 45%, 11%
HSV17.1°, 45.1%, 88.6%
LAB69.8, 24.0, 26.3
XYZ46.4, 40.4, 24.4
Decimal14850428
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.31:1
Text on #FFFFFF
FAIL
9.08:1
Text on #000000
AAA
2.21:1
Text on #F8FAFC
FAIL
7.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2997C;
}
.text-color {
color: #E2997C;
}
.border-color {
border: 2px solid #E2997C;
}