#E95F66
A light, vivid red closely aligning with Indianred.
About #E95F66
The precise color #E95F66 is an excellent choice for modern design projects. It is closely associated with the named CSS color Indianred. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 95, and 102.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 59% Magenta, 56% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E95F66
RGB233, 95, 102
HSL357.0°, 75.8%, 64.3%
CMYK0%, 59%, 56%, 9%
HSV357.0°, 59.2%, 91.4%
LAB58.5, 54.0, 23.8
XYZ40.1, 26.5, 15.6
Decimal15294310
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.34:1
Text on #FFFFFF
AA Large
6.29:1
Text on #000000
AA
3.19:1
Text on #F8FAFC
AA Large
5.35:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E95F66;
}
.text-color {
color: #E95F66;
}
.border-color {
border: 2px solid #E95F66;
}