#984eee
a balanced, electric violet · warm · closest name: slateblue
RGB
152, 78, 238
HSL
268°, 83%, 62%
CMYK
36, 67, 0, 7
Luminance
0.1830
Every format
| HEX | #984eee |
| RGB | rgb(152, 78, 238) |
| HSL | hsl(268, 83%, 62%) |
| CMYK | cmyk(36%, 67%, 0%, 7%) |
| LAB | lab(49.9 60.7 -69.0) |
| LCH | lch(49.9 91.9 311.3) |
| OKLCH | oklch(0.594 0.229 300.8) |
Copy-ready code
/* CSS */
color: #984eee;
background-color: #984eee;
/* Tailwind (arbitrary) */
class="text-[#984eee] bg-[#984eee]"
/* SCSS */
$brand: #984eee;
/* SwiftUI */
Color(red: 0.596, green: 0.306, blue: 0.933)
/* Android */
Color.parseColor("#984eee")Accessibility — WCAG contrast
Aa
#984eee on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#984eee on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green30.6%
Blue93.3%
CMYK percentages
Cyan36.1%
Magenta67.2%
Yellow0.0%
Key (black)6.7%
Color previews
#984eee text on a black background
contrast 4.66:1
Card sample
#984eee text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #984eee;
Background color
Panel with #984eee background
background-color: #984eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #984eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 78, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 78, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #984eee; background: linear-gradient(135deg, #984eee, #EE4ED9);