#C55057
A medium, moderate red closely aligning with Indianred.
About #C55057
Visually, #C55057 is defined as a moderate red. If you're using CSS, you might find it aligns closely with Indianred. Its digital footprint relies on 197 parts red, 80 parts green, and 87 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 59% magenta, 56% yellow, and 23% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C55057
RGB197, 80, 87
HSL356.4°, 50.2%, 54.3%
CMYK0%, 59%, 56%, 23%
HSV356.4°, 59.4%, 77.3%
LAB49.9, 47.3, 20.1
XYZ27.6, 18.3, 11.1
Decimal12931159
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.51:1
Text on #FFFFFF
AA
4.66:1
Text on #000000
AA
4.31:1
Text on #F8FAFC
AA Large
3.96:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C55057;
}
.text-color {
color: #C55057;
}
.border-color {
border: 2px solid #C55057;
}