#987df7
a light, electric blue · warm · closest name: slateblue
RGB
152, 125, 247
HSL
253°, 88%, 73%
CMYK
39, 49, 0, 3
Luminance
0.2806
Every format
| HEX | #987df7 |
| RGB | rgb(152, 125, 247) |
| HSL | hsl(253, 88%, 73%) |
| CMYK | cmyk(39%, 49%, 0%, 3%) |
| LAB | lab(59.9 38.0 -57.8) |
| LCH | lch(59.9 69.1 303.3) |
| OKLCH | oklch(0.670 0.175 291.1) |
Copy-ready code
/* CSS */
color: #987df7;
background-color: #987df7;
/* Tailwind (arbitrary) */
class="text-[#987df7] bg-[#987df7]"
/* SCSS */
$brand: #987df7;
/* SwiftUI */
Color(red: 0.596, green: 0.490, blue: 0.969)
/* Android */
Color.parseColor("#987df7")Accessibility — WCAG contrast
Aa
#987df7 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#987df7 on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green49.0%
Blue96.9%
CMYK percentages
Cyan38.5%
Magenta49.4%
Yellow0.0%
Key (black)3.1%
Color previews
#987df7 text on a black background
contrast 6.61:1
Card sample
#987df7 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #987df7;
Background color
Panel with #987df7 background
background-color: #987df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #987df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 125, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 125, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #987df7; background: linear-gradient(135deg, #987df7, #E97DF7);