#c593df
a light, vivid violet · warm · closest name: plum
RGB
197, 147, 223
HSL
280°, 54%, 73%
CMYK
12, 34, 0, 13
Luminance
0.3807
Every format
| HEX | #c593df |
| RGB | rgb(197, 147, 223) |
| HSL | hsl(280, 54%, 73%) |
| CMYK | cmyk(12%, 34%, 0%, 13%) |
| LAB | lab(68.1 32.4 -31.4) |
| LCH | lch(68.1 45.1 315.9) |
| OKLCH | oklch(0.738 0.119 313.6) |
Copy-ready code
/* CSS */
color: #c593df;
background-color: #c593df;
/* Tailwind (arbitrary) */
class="text-[#c593df] bg-[#c593df]"
/* SCSS */
$brand: #c593df;
/* SwiftUI */
Color(red: 0.773, green: 0.576, blue: 0.875)
/* Android */
Color.parseColor("#c593df")Accessibility — WCAG contrast
Aa
#c593df on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c593df on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green57.6%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta34.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c593df text on a black background
contrast 8.61:1
Card sample
#c593df text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c593df;
Background color
Panel with #c593df background
background-color: #c593df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c593df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 147, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 147, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c593df; background: linear-gradient(135deg, #c593df, #DF93C6);