#C57C66
A medium, moderate red closely aligning with Darksalmon.
About #C57C66
At its core, #C57C66 is a medium and moderate hue. It is closely associated with the named CSS color Darksalmon. In the RGB color space, it consists of 197 red, 124 green, and 102 blue.
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 37% magenta inks. The HSL representation is 13.9° hue, 45.0% saturation, and 58.6% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C57C66
RGB197, 124, 102
HSL13.9°, 45.0%, 58.6%
CMYK0%, 37%, 48%, 23%
HSV13.9°, 48.2%, 77.3%
LAB59.2, 26.0, 23.9
XYZ32.6, 27.2, 16.1
Decimal12942438
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.26:1
Text on #FFFFFF
AA Large
6.45:1
Text on #000000
AA
3.11:1
Text on #F8FAFC
AA Large
5.48:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C57C66;
}
.text-color {
color: #C57C66;
}
.border-color {
border: 2px solid #C57C66;
}