#985dfb
a light, electric violet · warm · closest name: slateblue
RGB
152, 93, 251
HSL
262°, 95%, 68%
CMYK
39, 63, 0, 2
Luminance
0.2147
Every format
| HEX | #985dfb |
| RGB | rgb(152, 93, 251) |
| HSL | hsl(262, 95%, 68%) |
| CMYK | cmyk(39%, 63%, 0%, 2%) |
| LAB | lab(53.5 56.5 -70.4) |
| LCH | lch(53.5 90.3 308.7) |
| OKLCH | oklch(0.623 0.224 296.5) |
Copy-ready code
/* CSS */
color: #985dfb;
background-color: #985dfb;
/* Tailwind (arbitrary) */
class="text-[#985dfb] bg-[#985dfb]"
/* SCSS */
$brand: #985dfb;
/* SwiftUI */
Color(red: 0.596, green: 0.365, blue: 0.984)
/* Android */
Color.parseColor("#985dfb")Accessibility — WCAG contrast
Aa
#985dfb on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#985dfb on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green36.5%
Blue98.4%
CMYK percentages
Cyan39.4%
Magenta62.9%
Yellow0.0%
Key (black)1.6%
Color previews
#985dfb text on a black background
contrast 5.29:1
Card sample
#985dfb text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #985dfb;
Background color
Panel with #985dfb background
background-color: #985dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #985dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 93, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 93, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #985dfb; background: linear-gradient(135deg, #985dfb, #FB5DF5);