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