#C57C99
A light, moderate magenta closely aligning with Palevioletred.
About #C57C99
Visually, #C57C99 is defined as a moderate magenta. Its closest recognized web color is Palevioletred. In the RGB color space, it consists of 197 red, 124 green, and 153 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 37% magenta inks. With a hue angle of 336.2 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C57C99
RGB197, 124, 153
HSL336.2°, 38.6%, 62.9%
CMYK0%, 37%, 22%, 23%
HSV336.2°, 37.1%, 77.3%
LAB60.4, 32.3, -3.6
XYZ36.0, 28.6, 33.8
Decimal12942489
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.13:1
Text on #FFFFFF
AA Large
6.72:1
Text on #000000
AA
2.99:1
Text on #F8FAFC
FAIL
5.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C57C99;
}
.text-color {
color: #C57C99;
}
.border-color {
border: 2px solid #C57C99;
}