#C58ADB
A light, moderate purple closely aligning with Plum.
About #C58ADB
Visually, #C58ADB is defined as a moderate purple. Its closest recognized web color is Plum. This translates to an RGB value of rgb(197, 138, 219).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 10% cyan, 37% magenta, 0% yellow, and 14% black. The HSL representation is 283.7° hue, 52.9% saturation, and 70.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C58ADB
RGB197, 138, 219
HSL283.7°, 52.9%, 70.0%
CMYK10%, 37%, 0%, 14%
HSV283.7°, 37.0%, 85.9%
LAB65.9, 36.5, -32.6
XYZ44.9, 35.2, 71.4
Decimal12946139
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.61:1
Text on #FFFFFF
FAIL
8.03:1
Text on #000000
AAA
2.50:1
Text on #F8FAFC
FAIL
6.83:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C58ADB;
}
.text-color {
color: #C58ADB;
}
.border-color {
border: 2px solid #C58ADB;
}