#976bf0
a light, electric violet · warm · closest name: slateblue
RGB
151, 107, 240
HSL
260°, 82%, 68%
CMYK
37, 55, 0, 6
Luminance
0.2339
Every format
| HEX | #976bf0 |
| RGB | rgb(151, 107, 240) |
| HSL | hsl(260, 82%, 68%) |
| CMYK | cmyk(37%, 55%, 0%, 6%) |
| LAB | lab(55.5 46.0 -61.0) |
| LCH | lch(55.5 76.4 307.0) |
| OKLCH | oklch(0.635 0.192 295.7) |
Copy-ready code
/* CSS */
color: #976bf0;
background-color: #976bf0;
/* Tailwind (arbitrary) */
class="text-[#976bf0] bg-[#976bf0]"
/* SCSS */
$brand: #976bf0;
/* SwiftUI */
Color(red: 0.592, green: 0.420, blue: 0.941)
/* Android */
Color.parseColor("#976bf0")Accessibility — WCAG contrast
Aa
#976bf0 on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#976bf0 on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green42.0%
Blue94.1%
CMYK percentages
Cyan37.1%
Magenta55.4%
Yellow0.0%
Key (black)5.9%
Color previews
#976bf0 text on a black background
contrast 5.68:1
Card sample
#976bf0 text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #976bf0;
Background color
Panel with #976bf0 background
background-color: #976bf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #976bf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 107, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 107, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #976bf0; background: linear-gradient(135deg, #976bf0, #F06BF0);