#976af8
a light, electric violet · warm · closest name: slateblue
RGB
151, 106, 248
HSL
259°, 91%, 69%
CMYK
39, 57, 0, 3
Luminance
0.2366
Every format
| HEX | #976af8 |
| RGB | rgb(151, 106, 248) |
| HSL | hsl(259, 91%, 69%) |
| CMYK | cmyk(39%, 57%, 0%, 3%) |
| LAB | lab(55.8 48.6 -65.0) |
| LCH | lch(55.8 81.2 306.8) |
| OKLCH | oklch(0.639 0.203 294.6) |
Copy-ready code
/* CSS */
color: #976af8;
background-color: #976af8;
/* Tailwind (arbitrary) */
class="text-[#976af8] bg-[#976af8]"
/* SCSS */
$brand: #976af8;
/* SwiftUI */
Color(red: 0.592, green: 0.416, blue: 0.973)
/* Android */
Color.parseColor("#976af8")Accessibility — WCAG contrast
Aa
#976af8 on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#976af8 on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green41.6%
Blue97.3%
CMYK percentages
Cyan39.1%
Magenta57.3%
Yellow0.0%
Key (black)2.7%
Color previews
#976af8 text on a black background
contrast 5.73:1
Card sample
#976af8 text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #976af8;
Background color
Panel with #976af8 background
background-color: #976af8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #976af8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 106, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 106, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #976af8; background: linear-gradient(135deg, #976af8, #F66AF8);