#984df0
a balanced, electric violet · warm · closest name: slateblue
RGB
152, 77, 240
HSL
268°, 85%, 62%
CMYK
37, 68, 0, 6
Luminance
0.1827
Every format
| HEX | #984df0 |
| RGB | rgb(152, 77, 240) |
| HSL | hsl(268, 85%, 62%) |
| CMYK | cmyk(37%, 68%, 0%, 6%) |
| LAB | lab(49.8 61.6 -70.2) |
| LCH | lch(49.8 93.4 311.3) |
| OKLCH | oklch(0.595 0.232 300.5) |
Copy-ready code
/* CSS */
color: #984df0;
background-color: #984df0;
/* Tailwind (arbitrary) */
class="text-[#984df0] bg-[#984df0]"
/* SCSS */
$brand: #984df0;
/* SwiftUI */
Color(red: 0.596, green: 0.302, blue: 0.941)
/* Android */
Color.parseColor("#984df0")Accessibility — WCAG contrast
Aa
#984df0 on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#984df0 on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green30.2%
Blue94.1%
CMYK percentages
Cyan36.7%
Magenta67.9%
Yellow0.0%
Key (black)5.9%
Color previews
#984df0 text on a black background
contrast 4.65:1
Card sample
#984df0 text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #984df0;
Background color
Panel with #984df0 background
background-color: #984df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #984df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 77, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 77, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #984df0; background: linear-gradient(135deg, #984df0, #F04DDB);