#976cfd
a light, electric violet · warm · closest name: slateblue
RGB
151, 108, 253
HSL
258°, 97%, 71%
CMYK
40, 57, 0, 1
Luminance
0.2440
Every format
| HEX | #976cfd |
| RGB | rgb(151, 108, 253) |
| HSL | hsl(258, 97%, 71%) |
| CMYK | cmyk(40%, 57%, 0%, 1%) |
| LAB | lab(56.5 48.8 -66.6) |
| LCH | lch(56.5 82.6 306.2) |
| OKLCH | oklch(0.645 0.207 293.4) |
Copy-ready code
/* CSS */
color: #976cfd;
background-color: #976cfd;
/* Tailwind (arbitrary) */
class="text-[#976cfd] bg-[#976cfd]"
/* SCSS */
$brand: #976cfd;
/* SwiftUI */
Color(red: 0.592, green: 0.424, blue: 0.992)
/* Android */
Color.parseColor("#976cfd")Accessibility — WCAG contrast
Aa
#976cfd on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#976cfd on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green42.4%
Blue99.2%
CMYK percentages
Cyan40.3%
Magenta57.3%
Yellow0.0%
Key (black)0.8%
Color previews
#976cfd text on a black background
contrast 5.88:1
Card sample
#976cfd text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #976cfd;
Background color
Panel with #976cfd background
background-color: #976cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #976cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 108, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 108, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #976cfd; background: linear-gradient(135deg, #976cfd, #F86CFD);