#987cd2
a light, vivid violet · warm · closest name: slateblue
RGB
152, 124, 210
HSL
260°, 49%, 66%
CMYK
28, 41, 0, 18
Luminance
0.2574
Every format
| HEX | #987cd2 |
| RGB | rgb(152, 124, 210) |
| HSL | hsl(260, 49%, 66%) |
| CMYK | cmyk(28%, 41%, 0%, 18%) |
| LAB | lab(57.8 29.0 -40.5) |
| LCH | lch(57.8 49.8 305.6) |
| OKLCH | oklch(0.648 0.128 297.7) |
Copy-ready code
/* CSS */
color: #987cd2;
background-color: #987cd2;
/* Tailwind (arbitrary) */
class="text-[#987cd2] bg-[#987cd2]"
/* SCSS */
$brand: #987cd2;
/* SwiftUI */
Color(red: 0.596, green: 0.486, blue: 0.824)
/* Android */
Color.parseColor("#987cd2")Accessibility — WCAG contrast
Aa
#987cd2 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#987cd2 on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green48.6%
Blue82.4%
CMYK percentages
Cyan27.6%
Magenta41.0%
Yellow0.0%
Key (black)17.6%
Color previews
#987cd2 text on a black background
contrast 6.15:1
Card sample
#987cd2 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #987cd2;
Background color
Panel with #987cd2 background
background-color: #987cd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #987cd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 124, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 124, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #987cd2; background: linear-gradient(135deg, #987cd2, #D17CD2);