#E9496D
A light, vivid red closely aligning with Indianred.
About #E9496D
When working with digital screens, the color #E9496D is rendered by mixing light. If you're using CSS, you might find it aligns closely with Indianred. This translates to an RGB value of rgb(233, 73, 109).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 69% magenta inks. With a hue angle of 346.5 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E9496D
RGB233, 73, 109
HSL346.5°, 78.4%, 60.0%
CMYK0%, 69%, 53%, 9%
HSV346.5°, 68.7%, 91.4%
LAB55.3, 63.5, 15.4
XYZ38.7, 23.2, 16.9
Decimal15288685
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.72:1
Text on #FFFFFF
AA Large
5.64:1
Text on #000000
AA
3.56:1
Text on #F8FAFC
AA Large
4.79:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E9496D;
}
.text-color {
color: #E9496D;
}
.border-color {
border: 2px solid #E9496D;
}