#c58fdf
a light, vivid violet · warm · closest name: plum
RGB
197, 143, 223
HSL
281°, 56%, 72%
CMYK
12, 36, 0, 13
Luminance
0.3684
Every format
| HEX | #c58fdf |
| RGB | rgb(197, 143, 223) |
| HSL | hsl(281, 56%, 72%) |
| CMYK | cmyk(12%, 36%, 0%, 13%) |
| LAB | lab(67.2 34.6 -32.8) |
| LCH | lch(67.2 47.7 316.5) |
| OKLCH | oklch(0.731 0.126 314.3) |
Copy-ready code
/* CSS */
color: #c58fdf;
background-color: #c58fdf;
/* Tailwind (arbitrary) */
class="text-[#c58fdf] bg-[#c58fdf]"
/* SCSS */
$brand: #c58fdf;
/* SwiftUI */
Color(red: 0.773, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#c58fdf")Accessibility — WCAG contrast
Aa
#c58fdf on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c58fdf on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green56.1%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c58fdf text on a black background
contrast 8.37:1
Card sample
#c58fdf text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c58fdf;
Background color
Panel with #c58fdf background
background-color: #c58fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c58fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c58fdf; background: linear-gradient(135deg, #c58fdf, #DF8FC4);