#C58AA0
A light, moderate magenta closely aligning with Rosybrown.
About #C58AA0
Visually, #C58AA0 is defined as a moderate magenta. It is closely associated with the named CSS color Rosybrown. In the RGB color space, it consists of 197 red, 138 green, and 160 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 30% Magenta, 19% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C58AA0
RGB197, 138, 160
HSL337.6°, 33.7%, 65.7%
CMYK0%, 30%, 19%, 23%
HSV337.6°, 29.9%, 77.3%
LAB63.8, 25.8, -2.6
XYZ38.5, 32.6, 37.5
Decimal12946080
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.79:1
Text on #FFFFFF
FAIL
7.52:1
Text on #000000
AAA
2.67:1
Text on #F8FAFC
FAIL
6.39:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C58AA0;
}
.text-color {
color: #C58AA0;
}
.border-color {
border: 2px solid #C58AA0;
}