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