#976afb
a light, electric violet · warm · closest name: slateblue
RGB
151, 106, 251
HSL
259°, 95%, 70%
CMYK
40, 58, 0, 2
Luminance
0.2385
Every format
| HEX | #976afb |
| RGB | rgb(151, 106, 251) |
| HSL | hsl(259, 95%, 70%) |
| CMYK | cmyk(40%, 58%, 0%, 2%) |
| LAB | lab(55.9 49.4 -66.4) |
| LCH | lch(55.9 82.8 306.7) |
| OKLCH | oklch(0.641 0.207 294.1) |
Copy-ready code
/* CSS */
color: #976afb;
background-color: #976afb;
/* Tailwind (arbitrary) */
class="text-[#976afb] bg-[#976afb]"
/* SCSS */
$brand: #976afb;
/* SwiftUI */
Color(red: 0.592, green: 0.416, blue: 0.984)
/* Android */
Color.parseColor("#976afb")Accessibility — WCAG contrast
Aa
#976afb on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#976afb on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green41.6%
Blue98.4%
CMYK percentages
Cyan39.8%
Magenta57.8%
Yellow0.0%
Key (black)1.6%
Color previews
#976afb text on a black background
contrast 5.77:1
Card sample
#976afb text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #976afb;
Background color
Panel with #976afb background
background-color: #976afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #976afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 106, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 106, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #976afb; background: linear-gradient(135deg, #976afb, #F86AFB);