#C599A8
A light, muted magenta closely aligning with Rosybrown.
About #C599A8
At its core, #C599A8 is a light and muted hue. If you're using CSS, you might find it aligns closely with Rosybrown. To achieve this exact tint on a monitor, you would use an RGB mix of 197, 153, and 168.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 22% M, 15% Y, and 23% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C599A8
RGB197, 153, 168
HSL339.5°, 27.5%, 68.6%
CMYK0%, 22%, 15%, 23%
HSV339.5°, 22.3%, 77.3%
LAB67.6, 18.8, -1.5
XYZ41.5, 37.5, 42.1
Decimal12949928
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.47:1
Text on #FFFFFF
FAIL
8.50:1
Text on #000000
AAA
2.36:1
Text on #F8FAFC
FAIL
7.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C599A8;
}
.text-color {
color: #C599A8;
}
.border-color {
border: 2px solid #C599A8;
}