#985fef
a light, electric violet · warm · closest name: slateblue
RGB
152, 95, 239
HSL
264°, 82%, 66%
CMYK
36, 60, 0, 6
Luminance
0.2109
Every format
| HEX | #985fef |
| RGB | rgb(152, 95, 239) |
| HSL | hsl(264, 82%, 66%) |
| CMYK | cmyk(36%, 60%, 0%, 6%) |
| LAB | lab(53.0 52.4 -64.4) |
| LCH | lch(53.0 83.0 309.2) |
| OKLCH | oklch(0.618 0.208 298.3) |
Copy-ready code
/* CSS */
color: #985fef;
background-color: #985fef;
/* Tailwind (arbitrary) */
class="text-[#985fef] bg-[#985fef]"
/* SCSS */
$brand: #985fef;
/* SwiftUI */
Color(red: 0.596, green: 0.373, blue: 0.937)
/* Android */
Color.parseColor("#985fef")Accessibility — WCAG contrast
Aa
#985fef on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#985fef on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green37.3%
Blue93.7%
CMYK percentages
Cyan36.4%
Magenta60.3%
Yellow0.0%
Key (black)6.3%
Color previews
#985fef text on a black background
contrast 5.22:1
Card sample
#985fef text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #985fef;
Background color
Panel with #985fef background
background-color: #985fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #985fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 95, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 95, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #985fef; background: linear-gradient(135deg, #985fef, #EF5FE6);