#985cef
a balanced, electric violet · warm · closest name: slateblue
RGB
152, 92, 239
HSL
265°, 82%, 65%
CMYK
36, 62, 0, 6
Luminance
0.2056
Every format
| HEX | #985cef |
| RGB | rgb(152, 92, 239) |
| HSL | hsl(265, 82%, 65%) |
| CMYK | cmyk(36%, 62%, 0%, 6%) |
| LAB | lab(52.5 54.0 -65.3) |
| LCH | lch(52.5 84.7 309.6) |
| OKLCH | oklch(0.613 0.212 298.8) |
Copy-ready code
/* CSS */
color: #985cef;
background-color: #985cef;
/* Tailwind (arbitrary) */
class="text-[#985cef] bg-[#985cef]"
/* SCSS */
$brand: #985cef;
/* SwiftUI */
Color(red: 0.596, green: 0.361, blue: 0.937)
/* Android */
Color.parseColor("#985cef")Accessibility — WCAG contrast
Aa
#985cef on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#985cef on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green36.1%
Blue93.7%
CMYK percentages
Cyan36.4%
Magenta61.5%
Yellow0.0%
Key (black)6.3%
Color previews
#985cef text on a black background
contrast 5.11:1
Card sample
#985cef text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #985cef;
Background color
Panel with #985cef background
background-color: #985cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #985cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 92, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 92, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #985cef; background: linear-gradient(135deg, #985cef, #EF5CE4);