#C5665F
A medium, moderate red closely aligning with Indianred.
About #C5665F
Visually, #C5665F is defined as a moderate red. Its closest recognized web color is Indianred. This translates to an RGB value of rgb(197, 102, 95).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 48% magenta inks. The HSL representation is 4.1° hue, 46.8% saturation, and 57.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C5665F
RGB197, 102, 95
HSL4.1°, 46.8%, 57.3%
CMYK0%, 48%, 52%, 23%
HSV4.1°, 51.8%, 77.3%
LAB54.2, 37.1, 21.3
XYZ29.8, 22.2, 13.5
Decimal12936799
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.86:1
Text on #FFFFFF
AA Large
5.44:1
Text on #000000
AA
3.69:1
Text on #F8FAFC
AA Large
4.62:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C5665F;
}
.text-color {
color: #C5665F;
}
.border-color {
border: 2px solid #C5665F;
}