#987df4
a light, electric blue · warm · closest name: slateblue
RGB
152, 125, 244
HSL
254°, 84%, 72%
CMYK
38, 49, 0, 4
Luminance
0.2787
Every format
| HEX | #987df4 |
| RGB | rgb(152, 125, 244) |
| HSL | hsl(254, 84%, 72%) |
| CMYK | cmyk(38%, 49%, 0%, 4%) |
| LAB | lab(59.8 37.2 -56.4) |
| LCH | lch(59.8 67.5 303.4) |
| OKLCH | oklch(0.668 0.171 291.5) |
Copy-ready code
/* CSS */
color: #987df4;
background-color: #987df4;
/* Tailwind (arbitrary) */
class="text-[#987df4] bg-[#987df4]"
/* SCSS */
$brand: #987df4;
/* SwiftUI */
Color(red: 0.596, green: 0.490, blue: 0.957)
/* Android */
Color.parseColor("#987df4")Accessibility — WCAG contrast
Aa
#987df4 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#987df4 on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green49.0%
Blue95.7%
CMYK percentages
Cyan37.7%
Magenta48.8%
Yellow0.0%
Key (black)4.3%
Color previews
#987df4 text on a black background
contrast 6.57:1
Card sample
#987df4 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #987df4;
Background color
Panel with #987df4 background
background-color: #987df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #987df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 125, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 125, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #987df4; background: linear-gradient(135deg, #987df4, #E77DF4);