#C58ABD
A light, moderate magenta closely aligning with Plum.
About #C58ABD
The precise color #C58ABD is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Plum. To achieve this exact tint on a monitor, you would use an RGB mix of 197, 138, and 189.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 30% M, 4% Y, and 23% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#C58ABD
RGB197, 138, 189
HSL308.1°, 33.7%, 65.7%
CMYK0%, 30%, 4%, 23%
HSV308.1°, 29.9%, 77.3%
LAB64.7, 30.7, -17.6
XYZ41.3, 33.7, 52.5
Decimal12946109
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.71:1
Text on #FFFFFF
FAIL
7.74:1
Text on #000000
AAA
2.59:1
Text on #F8FAFC
FAIL
6.58:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C58ABD;
}
.text-color {
color: #C58ABD;
}
.border-color {
border: 2px solid #C58ABD;
}