#976dfb
a light, electric violet · warm · closest name: slateblue
RGB
151, 109, 251
HSL
258°, 95%, 71%
CMYK
40, 57, 0, 2
Luminance
0.2448
Every format
| HEX | #976dfb |
| RGB | rgb(151, 109, 251) |
| HSL | hsl(258, 95%, 71%) |
| CMYK | cmyk(40%, 57%, 0%, 2%) |
| LAB | lab(56.6 47.8 -65.4) |
| LCH | lch(56.6 81.0 306.1) |
| OKLCH | oklch(0.646 0.203 293.6) |
Copy-ready code
/* CSS */
color: #976dfb;
background-color: #976dfb;
/* Tailwind (arbitrary) */
class="text-[#976dfb] bg-[#976dfb]"
/* SCSS */
$brand: #976dfb;
/* SwiftUI */
Color(red: 0.592, green: 0.427, blue: 0.984)
/* Android */
Color.parseColor("#976dfb")Accessibility — WCAG contrast
Aa
#976dfb on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#976dfb on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green42.7%
Blue98.4%
CMYK percentages
Cyan39.8%
Magenta56.6%
Yellow0.0%
Key (black)1.6%
Color previews
#976dfb text on a black background
contrast 5.90:1
Card sample
#976dfb text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #976dfb;
Background color
Panel with #976dfb background
background-color: #976dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #976dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 109, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 109, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #976dfb; background: linear-gradient(135deg, #976dfb, #F66DFB);