#976dfe
a light, electric violet · warm · closest name: slateblue
RGB
151, 109, 254
HSL
257°, 99%, 71%
CMYK
41, 57, 0, 0
Luminance
0.2467
Every format
| HEX | #976dfe |
| RGB | rgb(151, 109, 254) |
| HSL | hsl(257, 99%, 71%) |
| CMYK | cmyk(41%, 57%, 0%, 0%) |
| LAB | lab(56.8 48.6 -66.7) |
| LCH | lch(56.8 82.5 306.0) |
| OKLCH | oklch(0.648 0.206 293.1) |
Copy-ready code
/* CSS */
color: #976dfe;
background-color: #976dfe;
/* Tailwind (arbitrary) */
class="text-[#976dfe] bg-[#976dfe]"
/* SCSS */
$brand: #976dfe;
/* SwiftUI */
Color(red: 0.592, green: 0.427, blue: 0.996)
/* Android */
Color.parseColor("#976dfe")Accessibility — WCAG contrast
Aa
#976dfe on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#976dfe on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green42.7%
Blue99.6%
CMYK percentages
Cyan40.6%
Magenta57.1%
Yellow0.0%
Key (black)0.4%
Color previews
#976dfe text on a black background
contrast 5.93:1
Card sample
#976dfe text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #976dfe;
Background color
Panel with #976dfe background
background-color: #976dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #976dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 109, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 109, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #976dfe; background: linear-gradient(135deg, #976dfe, #F86DFE);