#984ade
a balanced, vivid violet · warm · closest name: slateblue
RGB
152, 74, 222
HSL
272°, 69%, 58%
CMYK
32, 67, 0, 13
Luminance
0.1685
Every format
| HEX | #984ade |
| RGB | rgb(152, 74, 222) |
| HSL | hsl(272, 69%, 58%) |
| CMYK | cmyk(32%, 67%, 0%, 13%) |
| LAB | lab(48.1 58.8 -62.8) |
| LCH | lch(48.1 86.1 313.1) |
| OKLCH | oklch(0.578 0.217 304.6) |
Copy-ready code
/* CSS */
color: #984ade;
background-color: #984ade;
/* Tailwind (arbitrary) */
class="text-[#984ade] bg-[#984ade]"
/* SCSS */
$brand: #984ade;
/* SwiftUI */
Color(red: 0.596, green: 0.290, blue: 0.871)
/* Android */
Color.parseColor("#984ade")Accessibility — WCAG contrast
Aa
#984ade on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#984ade on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green29.0%
Blue87.1%
CMYK percentages
Cyan31.5%
Magenta66.7%
Yellow0.0%
Key (black)12.9%
Color previews
#984ade text on a black background
contrast 4.37:1
Card sample
#984ade text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #984ade;
Background color
Panel with #984ade background
background-color: #984ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #984ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 74, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 74, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #984ade; background: linear-gradient(135deg, #984ade, #DE4AC1);