#C58AE2
A light, moderate purple closely aligning with Plum.
About #C58AE2
When working with digital screens, the color #C58AE2 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Plum. In the RGB color space, it consists of 197 red, 138 green, and 226 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 13% C, 39% M, 0% Y, and 11% K. The HSL representation is 280.2° hue, 60.3% saturation, and 71.4% lightness.
When using this color as a background, text legibility must be considered. 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#C58AE2
RGB197, 138, 226
HSL280.2°, 60.3%, 71.4%
CMYK13%, 39%, 0%, 11%
HSV280.2°, 38.9%, 88.6%
LAB66.2, 38.0, -36.1
XYZ45.8, 35.5, 76.4
Decimal12946146
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.59:1
Text on #FFFFFF
FAIL
8.11:1
Text on #000000
AAA
2.48:1
Text on #F8FAFC
FAIL
6.89:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C58AE2;
}
.text-color {
color: #C58AE2;
}
.border-color {
border: 2px solid #C58AE2;
}