#987ace
a balanced, vivid violet · warm · closest name: slateblue
RGB
152, 122, 206
HSL
261°, 46%, 64%
CMYK
26, 41, 0, 19
Luminance
0.2505
Every format
| HEX | #987ace |
| RGB | rgb(152, 122, 206) |
| HSL | hsl(261, 46%, 64%) |
| CMYK | cmyk(26%, 41%, 0%, 19%) |
| LAB | lab(57.1 29.1 -39.3) |
| LCH | lch(57.1 49.0 306.6) |
| OKLCH | oklch(0.642 0.126 299.3) |
Copy-ready code
/* CSS */
color: #987ace;
background-color: #987ace;
/* Tailwind (arbitrary) */
class="text-[#987ace] bg-[#987ace]"
/* SCSS */
$brand: #987ace;
/* SwiftUI */
Color(red: 0.596, green: 0.478, blue: 0.808)
/* Android */
Color.parseColor("#987ace")Accessibility — WCAG contrast
Aa
#987ace on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#987ace on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green47.8%
Blue80.8%
CMYK percentages
Cyan26.2%
Magenta40.8%
Yellow0.0%
Key (black)19.2%
Color previews
#987ace text on a black background
contrast 6.01:1
Card sample
#987ace text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #987ace;
Background color
Panel with #987ace background
background-color: #987ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #987ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 122, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 122, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #987ace; background: linear-gradient(135deg, #987ace, #CE7ACC);