#c993df
a light, vivid violet · warm · closest name: plum
RGB
201, 147, 223
HSL
283°, 54%, 73%
CMYK
10, 34, 0, 13
Luminance
0.3861
Every format
| HEX | #c993df |
| RGB | rgb(201, 147, 223) |
| HSL | hsl(283, 54%, 73%) |
| CMYK | cmyk(10%, 34%, 0%, 13%) |
| LAB | lab(68.5 33.6 -30.8) |
| LCH | lch(68.5 45.6 317.5) |
| OKLCH | oklch(0.742 0.121 315.8) |
Copy-ready code
/* CSS */
color: #c993df;
background-color: #c993df;
/* Tailwind (arbitrary) */
class="text-[#c993df] bg-[#c993df]"
/* SCSS */
$brand: #c993df;
/* SwiftUI */
Color(red: 0.788, green: 0.576, blue: 0.875)
/* Android */
Color.parseColor("#c993df")Accessibility — WCAG contrast
Aa
#c993df on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c993df on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green57.6%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta34.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c993df text on a black background
contrast 8.72:1
Card sample
#c993df text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c993df;
Background color
Panel with #c993df background
background-color: #c993df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c993df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 147, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 147, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c993df; background: linear-gradient(135deg, #c993df, #DF93C2);