#976afd
a light, electric violet · warm · closest name: slateblue
RGB
151, 106, 253
HSL
258°, 97%, 70%
CMYK
40, 58, 0, 1
Luminance
0.2398
Every format
| HEX | #976afd |
| RGB | rgb(151, 106, 253) |
| HSL | hsl(258, 97%, 70%) |
| CMYK | cmyk(40%, 58%, 0%, 1%) |
| LAB | lab(56.1 49.9 -67.3) |
| LCH | lch(56.1 83.8 306.6) |
| OKLCH | oklch(0.642 0.209 293.8) |
Copy-ready code
/* CSS */
color: #976afd;
background-color: #976afd;
/* Tailwind (arbitrary) */
class="text-[#976afd] bg-[#976afd]"
/* SCSS */
$brand: #976afd;
/* SwiftUI */
Color(red: 0.592, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#976afd")Accessibility — WCAG contrast
Aa
#976afd on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#976afd on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green41.6%
Blue99.2%
CMYK percentages
Cyan40.3%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#976afd text on a black background
contrast 5.80:1
Card sample
#976afd text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #976afd;
Background color
Panel with #976afd background
background-color: #976afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #976afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #976afd; background: linear-gradient(135deg, #976afd, #F96AFD);