#985ac2
a balanced, vivid violet · warm · closest name: slateblue
RGB
152, 90, 194
HSL
276°, 46%, 56%
CMYK
22, 54, 0, 24
Luminance
0.1788
Every format
| HEX | #985ac2 |
| RGB | rgb(152, 90, 194) |
| HSL | hsl(276, 46%, 56%) |
| CMYK | cmyk(22%, 54%, 0%, 24%) |
| LAB | lab(49.4 44.3 -44.7) |
| LCH | lch(49.4 63.0 314.7) |
| OKLCH | oklch(0.582 0.163 309.8) |
Copy-ready code
/* CSS */
color: #985ac2;
background-color: #985ac2;
/* Tailwind (arbitrary) */
class="text-[#985ac2] bg-[#985ac2]"
/* SCSS */
$brand: #985ac2;
/* SwiftUI */
Color(red: 0.596, green: 0.353, blue: 0.761)
/* Android */
Color.parseColor("#985ac2")Accessibility — WCAG contrast
Aa
#985ac2 on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#985ac2 on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green35.3%
Blue76.1%
CMYK percentages
Cyan21.6%
Magenta53.6%
Yellow0.0%
Key (black)23.9%
Color previews
#985ac2 text on a black background
contrast 4.58:1
Card sample
#985ac2 text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #985ac2;
Background color
Panel with #985ac2 background
background-color: #985ac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #985ac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 90, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 90, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #985ac2; background: linear-gradient(135deg, #985ac2, #C25AA7);