#984dfb
a balanced, electric violet · warm · closest name: slateblue
RGB
152, 77, 251
HSL
266°, 96%, 64%
CMYK
39, 69, 0, 2
Luminance
0.1895
Every format
| HEX | #984dfb |
| RGB | rgb(152, 77, 251) |
| HSL | hsl(266, 96%, 64%) |
| CMYK | cmyk(39%, 69%, 0%, 2%) |
| LAB | lab(50.6 64.3 -75.0) |
| LCH | lch(50.6 98.8 310.6) |
| OKLCH | oklch(0.603 0.244 298.5) |
Copy-ready code
/* CSS */
color: #984dfb;
background-color: #984dfb;
/* Tailwind (arbitrary) */
class="text-[#984dfb] bg-[#984dfb]"
/* SCSS */
$brand: #984dfb;
/* SwiftUI */
Color(red: 0.596, green: 0.302, blue: 0.984)
/* Android */
Color.parseColor("#984dfb")Accessibility — WCAG contrast
Aa
#984dfb on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#984dfb on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green30.2%
Blue98.4%
CMYK percentages
Cyan39.4%
Magenta69.3%
Yellow0.0%
Key (black)1.6%
Color previews
#984dfb text on a black background
contrast 4.79:1
Card sample
#984dfb text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #984dfb;
Background color
Panel with #984dfb background
background-color: #984dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #984dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 77, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 77, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #984dfb; background: linear-gradient(135deg, #984dfb, #FB4DEA);