#976fd8
a balanced, vivid violet · warm · closest name: slateblue
RGB
151, 111, 216
HSL
263°, 57%, 64%
CMYK
30, 49, 0, 15
Luminance
0.2291
Every format
| HEX | #976fd8 |
| RGB | rgb(151, 111, 216) |
| HSL | hsl(263, 57%, 64%) |
| CMYK | cmyk(30%, 49%, 0%, 15%) |
| LAB | lab(55.0 37.6 -48.4) |
| LCH | lch(55.0 61.3 307.9) |
| OKLCH | oklch(0.627 0.156 299.5) |
Copy-ready code
/* CSS */
color: #976fd8;
background-color: #976fd8;
/* Tailwind (arbitrary) */
class="text-[#976fd8] bg-[#976fd8]"
/* SCSS */
$brand: #976fd8;
/* SwiftUI */
Color(red: 0.592, green: 0.435, blue: 0.847)
/* Android */
Color.parseColor("#976fd8")Accessibility — WCAG contrast
Aa
#976fd8 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#976fd8 on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green43.5%
Blue84.7%
CMYK percentages
Cyan30.1%
Magenta48.6%
Yellow0.0%
Key (black)15.3%
Color previews
#976fd8 text on a black background
contrast 5.58:1
Card sample
#976fd8 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #976fd8;
Background color
Panel with #976fd8 background
background-color: #976fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #976fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 111, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 111, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #976fd8; background: linear-gradient(135deg, #976fd8, #D86FD3);