#986cd3
a balanced, vivid violet · warm · closest name: slateblue
RGB
152, 108, 211
HSL
266°, 54%, 63%
CMYK
28, 49, 0, 17
Luminance
0.2210
Every format
| HEX | #986cd3 |
| RGB | rgb(152, 108, 211) |
| HSL | hsl(266, 54%, 63%) |
| CMYK | cmyk(28%, 49%, 0%, 17%) |
| LAB | lab(54.1 38.4 -46.9) |
| LCH | lch(54.1 60.6 309.3) |
| OKLCH | oklch(0.620 0.155 301.8) |
Copy-ready code
/* CSS */
color: #986cd3;
background-color: #986cd3;
/* Tailwind (arbitrary) */
class="text-[#986cd3] bg-[#986cd3]"
/* SCSS */
$brand: #986cd3;
/* SwiftUI */
Color(red: 0.596, green: 0.424, blue: 0.827)
/* Android */
Color.parseColor("#986cd3")Accessibility — WCAG contrast
Aa
#986cd3 on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#986cd3 on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green42.4%
Blue82.7%
CMYK percentages
Cyan28.0%
Magenta48.8%
Yellow0.0%
Key (black)17.3%
Color previews
#986cd3 text on a black background
contrast 5.42:1
Card sample
#986cd3 text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #986cd3;
Background color
Panel with #986cd3 background
background-color: #986cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #986cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 108, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 108, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #986cd3; background: linear-gradient(135deg, #986cd3, #D36CC9);