#986cf0
a light, electric violet · warm · closest name: slateblue
RGB
152, 108, 240
HSL
260°, 82%, 68%
CMYK
37, 55, 0, 6
Luminance
0.2369
Every format
| HEX | #986cf0 |
| RGB | rgb(152, 108, 240) |
| HSL | hsl(260, 82%, 68%) |
| CMYK | cmyk(37%, 55%, 0%, 6%) |
| LAB | lab(55.8 45.7 -60.5) |
| LCH | lch(55.8 75.8 307.0) |
| OKLCH | oklch(0.638 0.191 295.9) |
Copy-ready code
/* CSS */
color: #986cf0;
background-color: #986cf0;
/* Tailwind (arbitrary) */
class="text-[#986cf0] bg-[#986cf0]"
/* SCSS */
$brand: #986cf0;
/* SwiftUI */
Color(red: 0.596, green: 0.424, blue: 0.941)
/* Android */
Color.parseColor("#986cf0")Accessibility — WCAG contrast
Aa
#986cf0 on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#986cf0 on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green42.4%
Blue94.1%
CMYK percentages
Cyan36.7%
Magenta55.0%
Yellow0.0%
Key (black)5.9%
Color previews
#986cf0 text on a black background
contrast 5.74:1
Card sample
#986cf0 text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #986cf0;
Background color
Panel with #986cf0 background
background-color: #986cf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #986cf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 108, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 108, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #986cf0; background: linear-gradient(135deg, #986cf0, #F06CF0);