#976df9
a light, electric violet · warm · closest name: slateblue
RGB
151, 109, 249
HSL
258°, 92%, 70%
CMYK
39, 56, 0, 2
Luminance
0.2436
Every format
| HEX | #976df9 |
| RGB | rgb(151, 109, 249) |
| HSL | hsl(258, 92%, 70%) |
| CMYK | cmyk(39%, 56%, 0%, 2%) |
| LAB | lab(56.4 47.2 -64.5) |
| LCH | lch(56.4 79.9 306.2) |
| OKLCH | oklch(0.644 0.200 293.9) |
Copy-ready code
/* CSS */
color: #976df9;
background-color: #976df9;
/* Tailwind (arbitrary) */
class="text-[#976df9] bg-[#976df9]"
/* SCSS */
$brand: #976df9;
/* SwiftUI */
Color(red: 0.592, green: 0.427, blue: 0.976)
/* Android */
Color.parseColor("#976df9")Accessibility — WCAG contrast
Aa
#976df9 on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#976df9 on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green42.7%
Blue97.6%
CMYK percentages
Cyan39.4%
Magenta56.2%
Yellow0.0%
Key (black)2.4%
Color previews
#976df9 text on a black background
contrast 5.87:1
Card sample
#976df9 text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #976df9;
Background color
Panel with #976df9 background
background-color: #976df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #976df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 109, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 109, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #976df9; background: linear-gradient(135deg, #976df9, #F46DF9);