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