#996ade
a balanced, vivid violet · warm · closest name: slateblue
RGB
153, 106, 222
HSL
264°, 64%, 64%
CMYK
31, 52, 0, 13
Luminance
0.2235
Every format
| HEX | #996ade |
| RGB | rgb(153, 106, 222) |
| HSL | hsl(264, 64%, 64%) |
| CMYK | cmyk(31%, 52%, 0%, 13%) |
| LAB | lab(54.4 42.5 -52.7) |
| LCH | lch(54.4 67.7 308.9) |
| OKLCH | oklch(0.625 0.172 300.2) |
Copy-ready code
/* CSS */
color: #996ade;
background-color: #996ade;
/* Tailwind (arbitrary) */
class="text-[#996ade] bg-[#996ade]"
/* SCSS */
$brand: #996ade;
/* SwiftUI */
Color(red: 0.600, green: 0.416, blue: 0.871)
/* Android */
Color.parseColor("#996ade")Accessibility — WCAG contrast
Aa
#996ade on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#996ade on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green41.6%
Blue87.1%
CMYK percentages
Cyan31.1%
Magenta52.3%
Yellow0.0%
Key (black)12.9%
Color previews
#996ade text on a black background
contrast 5.47:1
Card sample
#996ade text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #996ade;
Background color
Panel with #996ade background
background-color: #996ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #996ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 106, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 106, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #996ade; background: linear-gradient(135deg, #996ade, #DE6AD6);