#985ccc
a balanced, vivid violet · warm · closest name: slateblue
RGB
152, 92, 204
HSL
272°, 52%, 58%
CMYK
26, 55, 0, 20
Luminance
0.1869
Every format
| HEX | #985ccc |
| RGB | rgb(152, 92, 204) |
| HSL | hsl(272, 52%, 58%) |
| CMYK | cmyk(26%, 55%, 0%, 20%) |
| LAB | lab(50.3 45.5 -49.0) |
| LCH | lch(50.3 66.8 312.9) |
| OKLCH | oklch(0.591 0.172 306.6) |
Copy-ready code
/* CSS */
color: #985ccc;
background-color: #985ccc;
/* Tailwind (arbitrary) */
class="text-[#985ccc] bg-[#985ccc]"
/* SCSS */
$brand: #985ccc;
/* SwiftUI */
Color(red: 0.596, green: 0.361, blue: 0.800)
/* Android */
Color.parseColor("#985ccc")Accessibility — WCAG contrast
Aa
#985ccc on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#985ccc on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green36.1%
Blue80.0%
CMYK percentages
Cyan25.5%
Magenta54.9%
Yellow0.0%
Key (black)20.0%
Color previews
#985ccc text on a black background
contrast 4.74:1
Card sample
#985ccc text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #985ccc;
Background color
Panel with #985ccc background
background-color: #985ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #985ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 92, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 92, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #985ccc; background: linear-gradient(135deg, #985ccc, #CC5CB5);