#984ccc
a balanced, vivid violet · warm · closest name: slateblue
RGB
152, 76, 204
HSL
276°, 56%, 55%
CMYK
26, 63, 0, 20
Luminance
0.1620
Every format
| HEX | #984ccc |
| RGB | rgb(152, 76, 204) |
| HSL | hsl(276, 56%, 55%) |
| CMYK | cmyk(26%, 63%, 0%, 20%) |
| LAB | lab(47.2 53.8 -53.9) |
| LCH | lch(47.2 76.1 314.9) |
| OKLCH | oklch(0.568 0.195 308.8) |
Copy-ready code
/* CSS */
color: #984ccc;
background-color: #984ccc;
/* Tailwind (arbitrary) */
class="text-[#984ccc] bg-[#984ccc]"
/* SCSS */
$brand: #984ccc;
/* SwiftUI */
Color(red: 0.596, green: 0.298, blue: 0.800)
/* Android */
Color.parseColor("#984ccc")Accessibility — WCAG contrast
Aa
#984ccc on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#984ccc on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green29.8%
Blue80.0%
CMYK percentages
Cyan25.5%
Magenta62.7%
Yellow0.0%
Key (black)20.0%
Color previews
#984ccc text on a black background
contrast 4.24:1
Card sample
#984ccc text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #984ccc;
Background color
Panel with #984ccc background
background-color: #984ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #984ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 76, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 76, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #984ccc; background: linear-gradient(135deg, #984ccc, #CC4CAB);