#E96657
A light, vivid red closely aligning with Salmon.
About #E96657
Visually, #E96657 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Salmon. This translates to an RGB value of rgb(233, 102, 87).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 56% Magenta, 63% Yellow, and 9% Black. With a hue angle of 6.2 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E96657
RGB233, 102, 87
HSL6.2°, 76.8%, 62.7%
CMYK0%, 56%, 63%, 9%
HSV6.2°, 62.7%, 91.4%
LAB59.4, 49.7, 33.6
XYZ40.1, 27.5, 12.2
Decimal15296087
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.23:1
Text on #FFFFFF
AA Large
6.50:1
Text on #000000
AA
3.09:1
Text on #F8FAFC
AA Large
5.53:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E96657;
}
.text-color {
color: #E96657;
}
.border-color {
border: 2px solid #E96657;
}