#E9756D
A light, vivid red closely aligning with Salmon.
About #E9756D
The hex code #E9756D represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Salmon. In the RGB color space, it consists of 233 red, 117 green, and 109 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 50% Magenta, 53% Yellow, and 9% Black. With a hue angle of 3.9 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E9756D
RGB233, 117, 109
HSL3.9°, 73.8%, 67.1%
CMYK0%, 50%, 53%, 9%
HSV3.9°, 53.2%, 91.4%
LAB62.6, 44.1, 25.3
XYZ42.7, 31.2, 18.2
Decimal15299949
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.90:1
Text on #FFFFFF
FAIL
7.23:1
Text on #000000
AAA
2.78:1
Text on #F8FAFC
FAIL
6.15:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E9756D;
}
.text-color {
color: #E9756D;
}
.border-color {
border: 2px solid #E9756D;
}