#987eee
a light, electric blue · warm · closest name: slateblue
RGB
152, 126, 238
HSL
254°, 77%, 71%
CMYK
36, 47, 0, 7
Luminance
0.2777
Every format
| HEX | #987eee |
| RGB | rgb(152, 126, 238) |
| HSL | hsl(254, 77%, 71%) |
| CMYK | cmyk(36%, 47%, 0%, 7%) |
| LAB | lab(59.7 35.0 -53.2) |
| LCH | lch(59.7 63.7 303.4) |
| OKLCH | oklch(0.667 0.162 292.1) |
Copy-ready code
/* CSS */
color: #987eee;
background-color: #987eee;
/* Tailwind (arbitrary) */
class="text-[#987eee] bg-[#987eee]"
/* SCSS */
$brand: #987eee;
/* SwiftUI */
Color(red: 0.596, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#987eee")Accessibility — WCAG contrast
Aa
#987eee on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#987eee on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green49.4%
Blue93.3%
CMYK percentages
Cyan36.1%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#987eee text on a black background
contrast 6.55:1
Card sample
#987eee text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #987eee;
Background color
Panel with #987eee background
background-color: #987eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #987eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #987eee; background: linear-gradient(135deg, #987eee, #E37EEE);