#985df9
a light, electric violet · warm · closest name: slateblue
RGB
152, 93, 249
HSL
263°, 93%, 67%
CMYK
39, 63, 0, 2
Luminance
0.2134
Every format
| HEX | #985df9 |
| RGB | rgb(152, 93, 249) |
| HSL | hsl(263, 93%, 67%) |
| CMYK | cmyk(39%, 63%, 0%, 2%) |
| LAB | lab(53.3 56.0 -69.5) |
| LCH | lch(53.3 89.3 308.8) |
| OKLCH | oklch(0.622 0.222 296.8) |
Copy-ready code
/* CSS */
color: #985df9;
background-color: #985df9;
/* Tailwind (arbitrary) */
class="text-[#985df9] bg-[#985df9]"
/* SCSS */
$brand: #985df9;
/* SwiftUI */
Color(red: 0.596, green: 0.365, blue: 0.976)
/* Android */
Color.parseColor("#985df9")Accessibility — WCAG contrast
Aa
#985df9 on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#985df9 on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green36.5%
Blue97.6%
CMYK percentages
Cyan39.0%
Magenta62.7%
Yellow0.0%
Key (black)2.4%
Color previews
#985df9 text on a black background
contrast 5.27:1
Card sample
#985df9 text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #985df9;
Background color
Panel with #985df9 background
background-color: #985df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #985df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 93, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 93, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #985df9; background: linear-gradient(135deg, #985df9, #F95DF2);