#985cfb
a light, electric violet · warm · closest name: slateblue
RGB
152, 92, 251
HSL
263°, 95%, 67%
CMYK
39, 63, 0, 2
Luminance
0.2129
Every format
| HEX | #985cfb |
| RGB | rgb(152, 92, 251) |
| HSL | hsl(263, 95%, 67%) |
| CMYK | cmyk(39%, 63%, 0%, 2%) |
| LAB | lab(53.3 57.0 -70.7) |
| LCH | lch(53.3 90.8 308.9) |
| OKLCH | oklch(0.622 0.226 296.6) |
Copy-ready code
/* CSS */
color: #985cfb;
background-color: #985cfb;
/* Tailwind (arbitrary) */
class="text-[#985cfb] bg-[#985cfb]"
/* SCSS */
$brand: #985cfb;
/* SwiftUI */
Color(red: 0.596, green: 0.361, blue: 0.984)
/* Android */
Color.parseColor("#985cfb")Accessibility — WCAG contrast
Aa
#985cfb on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#985cfb on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green36.1%
Blue98.4%
CMYK percentages
Cyan39.4%
Magenta63.3%
Yellow0.0%
Key (black)1.6%
Color previews
#985cfb text on a black background
contrast 5.26:1
Card sample
#985cfb text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #985cfb;
Background color
Panel with #985cfb background
background-color: #985cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #985cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 92, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 92, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #985cfb; background: linear-gradient(135deg, #985cfb, #FB5CF4);