#987fdf
a light, vivid violet · warm · closest name: slateblue
RGB
152, 127, 223
HSL
256°, 60%, 69%
CMYK
32, 43, 0, 13
Luminance
0.2718
Every format
| HEX | #987fdf |
| RGB | rgb(152, 127, 223) |
| HSL | hsl(256, 60%, 69%) |
| CMYK | cmyk(32%, 43%, 0%, 13%) |
| LAB | lab(59.1 30.5 -45.7) |
| LCH | lch(59.1 55.0 303.8) |
| OKLCH | oklch(0.660 0.141 294.2) |
Copy-ready code
/* CSS */
color: #987fdf;
background-color: #987fdf;
/* Tailwind (arbitrary) */
class="text-[#987fdf] bg-[#987fdf]"
/* SCSS */
$brand: #987fdf;
/* SwiftUI */
Color(red: 0.596, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#987fdf")Accessibility — WCAG contrast
Aa
#987fdf on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#987fdf on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green49.8%
Blue87.5%
CMYK percentages
Cyan31.8%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#987fdf text on a black background
contrast 6.44:1
Card sample
#987fdf text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #987fdf;
Background color
Panel with #987fdf background
background-color: #987fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #987fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #987fdf; background: linear-gradient(135deg, #987fdf, #D87FDF);