#987cd3
a light, vivid violet · warm · closest name: slateblue
RGB
152, 124, 211
HSL
259°, 50%, 66%
CMYK
28, 41, 0, 17
Luminance
0.2579
Every format
| HEX | #987cd3 |
| RGB | rgb(152, 124, 211) |
| HSL | hsl(259, 50%, 66%) |
| CMYK | cmyk(28%, 41%, 0%, 17%) |
| LAB | lab(57.8 29.2 -41.0) |
| LCH | lch(57.8 50.4 305.5) |
| OKLCH | oklch(0.648 0.129 297.5) |
Copy-ready code
/* CSS */
color: #987cd3;
background-color: #987cd3;
/* Tailwind (arbitrary) */
class="text-[#987cd3] bg-[#987cd3]"
/* SCSS */
$brand: #987cd3;
/* SwiftUI */
Color(red: 0.596, green: 0.486, blue: 0.827)
/* Android */
Color.parseColor("#987cd3")Accessibility — WCAG contrast
Aa
#987cd3 on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#987cd3 on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green48.6%
Blue82.7%
CMYK percentages
Cyan28.0%
Magenta41.2%
Yellow0.0%
Key (black)17.3%
Color previews
#987cd3 text on a black background
contrast 6.16:1
Card sample
#987cd3 text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #987cd3;
Background color
Panel with #987cd3 background
background-color: #987cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #987cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 124, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 124, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #987cd3; background: linear-gradient(135deg, #987cd3, #D27CD3);