#c984f1
a light, electric violet · warm · closest name: violet
RGB
201, 132, 241
HSL
278°, 80%, 73%
CMYK
17, 45, 0, 6
Luminance
0.3527
Every format
| HEX | #c984f1 |
| RGB | rgb(201, 132, 241) |
| HSL | hsl(278, 80%, 73%) |
| CMYK | cmyk(17%, 45%, 0%, 6%) |
| LAB | lab(66.0 45.5 -44.6) |
| LCH | lch(66.0 63.7 315.6) |
| OKLCH | oklch(0.725 0.167 312.0) |
Copy-ready code
/* CSS */
color: #c984f1;
background-color: #c984f1;
/* Tailwind (arbitrary) */
class="text-[#c984f1] bg-[#c984f1]"
/* SCSS */
$brand: #c984f1;
/* SwiftUI */
Color(red: 0.788, green: 0.518, blue: 0.945)
/* Android */
Color.parseColor("#c984f1")Accessibility — WCAG contrast
Aa
#c984f1 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c984f1 on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green51.8%
Blue94.5%
CMYK percentages
Cyan16.6%
Magenta45.2%
Yellow0.0%
Key (black)5.5%
Color previews
#c984f1 text on a black background
contrast 8.05:1
Card sample
#c984f1 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c984f1;
Background color
Panel with #c984f1 background
background-color: #c984f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c984f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 132, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 132, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c984f1; background: linear-gradient(135deg, #c984f1, #F184D0);