#976cf4
a light, electric violet · warm · closest name: slateblue
RGB
151, 108, 244
HSL
259°, 86%, 69%
CMYK
38, 56, 0, 4
Luminance
0.2384
Every format
| HEX | #976cf4 |
| RGB | rgb(151, 108, 244) |
| HSL | hsl(259, 86%, 69%) |
| CMYK | cmyk(38%, 56%, 0%, 4%) |
| LAB | lab(55.9 46.5 -62.5) |
| LCH | lch(55.9 77.9 306.6) |
| OKLCH | oklch(0.639 0.196 294.8) |
Copy-ready code
/* CSS */
color: #976cf4;
background-color: #976cf4;
/* Tailwind (arbitrary) */
class="text-[#976cf4] bg-[#976cf4]"
/* SCSS */
$brand: #976cf4;
/* SwiftUI */
Color(red: 0.592, green: 0.424, blue: 0.957)
/* Android */
Color.parseColor("#976cf4")Accessibility — WCAG contrast
Aa
#976cf4 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#976cf4 on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green42.4%
Blue95.7%
CMYK percentages
Cyan38.1%
Magenta55.7%
Yellow0.0%
Key (black)4.3%
Color previews
#976cf4 text on a black background
contrast 5.77:1
Card sample
#976cf4 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #976cf4;
Background color
Panel with #976cf4 background
background-color: #976cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #976cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 108, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 108, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #976cf4; background: linear-gradient(135deg, #976cf4, #F26CF4);