#985ce2
a balanced, vivid violet · warm · closest name: slateblue
RGB
152, 92, 226
HSL
267°, 70%, 62%
CMYK
33, 59, 0, 11
Luminance
0.1982
Every format
| HEX | #985ce2 |
| RGB | rgb(152, 92, 226) |
| HSL | hsl(267, 70%, 62%) |
| CMYK | cmyk(33%, 59%, 0%, 11%) |
| LAB | lab(51.6 50.8 -59.4) |
| LCH | lch(51.6 78.1 310.6) |
| OKLCH | oklch(0.605 0.197 301.4) |
Copy-ready code
/* CSS */
color: #985ce2;
background-color: #985ce2;
/* Tailwind (arbitrary) */
class="text-[#985ce2] bg-[#985ce2]"
/* SCSS */
$brand: #985ce2;
/* SwiftUI */
Color(red: 0.596, green: 0.361, blue: 0.886)
/* Android */
Color.parseColor("#985ce2")Accessibility — WCAG contrast
Aa
#985ce2 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#985ce2 on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green36.1%
Blue88.6%
CMYK percentages
Cyan32.7%
Magenta59.3%
Yellow0.0%
Key (black)11.4%
Color previews
#985ce2 text on a black background
contrast 4.96:1
Card sample
#985ce2 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #985ce2;
Background color
Panel with #985ce2 background
background-color: #985ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #985ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 92, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 92, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #985ce2; background: linear-gradient(135deg, #985ce2, #E25CD3);