#c58cdf
a light, vivid violet · warm · closest name: plum
RGB
197, 140, 223
HSL
281°, 57%, 71%
CMYK
12, 37, 0, 13
Luminance
0.3595
Every format
| HEX | #c58cdf |
| RGB | rgb(197, 140, 223) |
| HSL | hsl(281, 57%, 71%) |
| CMYK | cmyk(12%, 37%, 0%, 13%) |
| LAB | lab(66.5 36.2 -33.9) |
| LCH | lch(66.5 49.6 316.9) |
| OKLCH | oklch(0.726 0.131 314.8) |
Copy-ready code
/* CSS */
color: #c58cdf;
background-color: #c58cdf;
/* Tailwind (arbitrary) */
class="text-[#c58cdf] bg-[#c58cdf]"
/* SCSS */
$brand: #c58cdf;
/* SwiftUI */
Color(red: 0.773, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#c58cdf")Accessibility — WCAG contrast
Aa
#c58cdf on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c58cdf on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green54.9%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c58cdf text on a black background
contrast 8.19:1
Card sample
#c58cdf text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c58cdf;
Background color
Panel with #c58cdf background
background-color: #c58cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c58cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c58cdf; background: linear-gradient(135deg, #c58cdf, #DF8CC2);