#984dfd
a balanced, electric violet · warm · closest name: slateblue
RGB
152, 77, 253
HSL
266°, 98%, 65%
CMYK
40, 70, 0, 1
Luminance
0.1908
Every format
| HEX | #984dfd |
| RGB | rgb(152, 77, 253) |
| HSL | hsl(266, 98%, 65%) |
| CMYK | cmyk(40%, 70%, 0%, 1%) |
| LAB | lab(50.8 64.8 -75.9) |
| LCH | lch(50.8 99.8 310.5) |
| OKLCH | oklch(0.604 0.246 298.1) |
Copy-ready code
/* CSS */
color: #984dfd;
background-color: #984dfd;
/* Tailwind (arbitrary) */
class="text-[#984dfd] bg-[#984dfd]"
/* SCSS */
$brand: #984dfd;
/* SwiftUI */
Color(red: 0.596, green: 0.302, blue: 0.992)
/* Android */
Color.parseColor("#984dfd")Accessibility — WCAG contrast
Aa
#984dfd on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#984dfd on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green30.2%
Blue99.2%
CMYK percentages
Cyan39.9%
Magenta69.6%
Yellow0.0%
Key (black)0.8%
Color previews
#984dfd text on a black background
contrast 4.82:1
Card sample
#984dfd text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #984dfd;
Background color
Panel with #984dfd background
background-color: #984dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #984dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 77, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 77, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #984dfd; background: linear-gradient(135deg, #984dfd, #FD4DED);