#C58AF8
A light, vivid purple closely aligning with Mediumpurple.
About #C58AF8
Visually, #C58AF8 is defined as a vivid purple. Its closest recognized web color is Mediumpurple. To achieve this exact tint on a monitor, you would use an RGB mix of 197, 138, and 248.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 21% cyan, 44% magenta, 0% yellow, and 3% black. With a hue angle of 272.2 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. 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#C58AF8
RGB197, 138, 248
HSL272.2°, 88.7%, 75.7%
CMYK21%, 44%, 0%, 3%
HSV272.2°, 44.4%, 97.3%
LAB67.1, 42.7, -46.6
XYZ49.1, 36.8, 93.3
Decimal12946168
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.51:1
Text on #FFFFFF
FAIL
8.36:1
Text on #000000
AAA
2.40:1
Text on #F8FAFC
FAIL
7.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C58AF8;
}
.text-color {
color: #C58AF8;
}
.border-color {
border: 2px solid #C58AF8;
}