#986fdf
a light, vivid violet · warm · closest name: slateblue
RGB
152, 111, 223
HSL
262°, 64%, 66%
CMYK
32, 50, 0, 13
Luminance
0.2337
Every format
| HEX | #986fdf |
| RGB | rgb(152, 111, 223) |
| HSL | hsl(262, 64%, 66%) |
| CMYK | cmyk(32%, 50%, 0%, 13%) |
| LAB | lab(55.5 39.7 -51.5) |
| LCH | lch(55.5 65.0 307.6) |
| OKLCH | oklch(0.632 0.165 298.5) |
Copy-ready code
/* CSS */
color: #986fdf;
background-color: #986fdf;
/* Tailwind (arbitrary) */
class="text-[#986fdf] bg-[#986fdf]"
/* SCSS */
$brand: #986fdf;
/* SwiftUI */
Color(red: 0.596, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#986fdf")Accessibility — WCAG contrast
Aa
#986fdf on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#986fdf on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green43.5%
Blue87.5%
CMYK percentages
Cyan31.8%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#986fdf text on a black background
contrast 5.67:1
Card sample
#986fdf text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #986fdf;
Background color
Panel with #986fdf background
background-color: #986fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #986fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #986fdf; background: linear-gradient(135deg, #986fdf, #DF6FDB);