#C55F50
A medium, moderate red closely aligning with Indianred.
About #C55F50
When working with digital screens, the color #C55F50 is rendered by mixing light. It is closely associated with the named CSS color Indianred. This translates to an RGB value of rgb(197, 95, 80).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 52% magenta inks. The HSL representation is 7.7° hue, 50.2% saturation, and 54.3% 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#C55F50
RGB197, 95, 80
HSL7.7°, 50.2%, 54.3%
CMYK0%, 52%, 59%, 23%
HSV7.7°, 59.4%, 77.3%
LAB52.5, 39.5, 27.7
XYZ28.6, 20.6, 10.1
Decimal12934992
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.10:1
Text on #FFFFFF
AA Large
5.13:1
Text on #000000
AA
3.91:1
Text on #F8FAFC
AA Large
4.36:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C55F50;
}
.text-color {
color: #C55F50;
}
.border-color {
border: 2px solid #C55F50;
}