#E97566
A light, vivid red closely aligning with Salmon.
About #E97566
At its core, #E97566 is a light and vivid hue. It is closely associated with the named CSS color Salmon. This translates to an RGB value of rgb(233, 117, 102).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 50% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E97566
RGB233, 117, 102
HSL6.9°, 74.9%, 65.7%
CMYK0%, 50%, 56%, 9%
HSV6.9°, 56.2%, 91.4%
LAB62.5, 43.5, 29.1
XYZ42.4, 31.0, 16.3
Decimal15299942
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.92:1
Text on #FFFFFF
FAIL
7.20:1
Text on #000000
AAA
2.79:1
Text on #F8FAFC
FAIL
6.12:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E97566;
}
.text-color {
color: #E97566;
}
.border-color {
border: 2px solid #E97566;
}