#985cf7
a light, electric violet · warm · closest name: slateblue
RGB
152, 92, 247
HSL
263°, 91%, 67%
CMYK
39, 63, 0, 3
Luminance
0.2105
Every format
| HEX | #985cf7 |
| RGB | rgb(152, 92, 247) |
| HSL | hsl(263, 91%, 67%) |
| CMYK | cmyk(39%, 63%, 0%, 3%) |
| LAB | lab(53.0 56.0 -68.9) |
| LCH | lch(53.0 88.8 309.1) |
| OKLCH | oklch(0.619 0.221 297.3) |
Copy-ready code
/* CSS */
color: #985cf7;
background-color: #985cf7;
/* Tailwind (arbitrary) */
class="text-[#985cf7] bg-[#985cf7]"
/* SCSS */
$brand: #985cf7;
/* SwiftUI */
Color(red: 0.596, green: 0.361, blue: 0.969)
/* Android */
Color.parseColor("#985cf7")Accessibility — WCAG contrast
Aa
#985cf7 on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#985cf7 on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green36.1%
Blue96.9%
CMYK percentages
Cyan38.5%
Magenta62.8%
Yellow0.0%
Key (black)3.1%
Color previews
#985cf7 text on a black background
contrast 5.21:1
Card sample
#985cf7 text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #985cf7;
Background color
Panel with #985cf7 background
background-color: #985cf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #985cf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 92, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 92, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #985cf7; background: linear-gradient(135deg, #985cf7, #F75CEF);