#D35057
A medium, moderate red closely aligning with Indianred.
About #D35057
The precise color #D35057 is an excellent choice for modern design projects. It is closely associated with the named CSS color Indianred. In the RGB color space, it consists of 211 red, 80 green, and 87 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 62% magenta inks. The HSL representation is 356.8° hue, 59.8% saturation, and 57.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium 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#D35057
RGB211, 80, 87
HSL356.8°, 59.8%, 57.1%
CMYK0%, 62%, 59%, 17%
HSV356.8°, 62.1%, 82.7%
LAB52.1, 52.1, 23.6
XYZ31.5, 20.3, 11.3
Decimal13848663
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.15:1
Text on #FFFFFF
AA Large
5.05:1
Text on #000000
AA
3.97:1
Text on #F8FAFC
AA Large
4.30:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D35057;
}
.text-color {
color: #D35057;
}
.border-color {
border: 2px solid #D35057;
}