#D35050
A medium, moderate red closely aligning with Indianred.
About #D35050
When working with digital screens, the color #D35050 is rendered by mixing light. Its closest recognized web color is Indianred. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 80, and 80.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 62% Magenta, 62% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D35050
RGB211, 80, 80
HSL0.0°, 59.8%, 57.1%
CMYK0%, 62%, 62%, 17%
HSV0.0°, 62.1%, 82.7%
LAB52.0, 51.6, 27.5
XYZ31.2, 20.2, 9.8
Decimal13848656
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.17:1
Text on #FFFFFF
AA Large
5.03:1
Text on #000000
AA
3.99:1
Text on #F8FAFC
AA Large
4.28:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D35050;
}
.text-color {
color: #D35050;
}
.border-color {
border: 2px solid #D35050;
}