#C5666D
A medium, moderate red closely aligning with Indianred.
About #C5666D
At its core, #C5666D is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Indianred. Its digital footprint relies on 197 parts red, 102 parts green, and 109 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 48% M, 45% Y, and 23% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C5666D
RGB197, 102, 109
HSL355.6°, 45.0%, 58.6%
CMYK0%, 48%, 45%, 23%
HSV355.6°, 48.2%, 77.3%
LAB54.5, 38.4, 13.5
XYZ30.5, 22.5, 17.2
Decimal12936813
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.82:1
Text on #FFFFFF
AA Large
5.50:1
Text on #000000
AA
3.65:1
Text on #F8FAFC
AA Large
4.67:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C5666D;
}
.text-color {
color: #C5666D;
}
.border-color {
border: 2px solid #C5666D;
}