#976bee
a light, electric violet · warm · closest name: slateblue
RGB
151, 107, 238
HSL
260°, 79%, 68%
CMYK
37, 55, 0, 7
Luminance
0.2327
Every format
| HEX | #976bee |
| RGB | rgb(151, 107, 238) |
| HSL | hsl(260, 79%, 68%) |
| CMYK | cmyk(37%, 55%, 0%, 7%) |
| LAB | lab(55.4 45.5 -60.1) |
| LCH | lch(55.4 75.4 307.1) |
| OKLCH | oklch(0.634 0.190 296.0) |
Copy-ready code
/* CSS */
color: #976bee;
background-color: #976bee;
/* Tailwind (arbitrary) */
class="text-[#976bee] bg-[#976bee]"
/* SCSS */
$brand: #976bee;
/* SwiftUI */
Color(red: 0.592, green: 0.420, blue: 0.933)
/* Android */
Color.parseColor("#976bee")Accessibility — WCAG contrast
Aa
#976bee on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#976bee on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green42.0%
Blue93.3%
CMYK percentages
Cyan36.6%
Magenta55.0%
Yellow0.0%
Key (black)6.7%
Color previews
#976bee text on a black background
contrast 5.65:1
Card sample
#976bee text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #976bee;
Background color
Panel with #976bee background
background-color: #976bee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #976bee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 107, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 107, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #976bee; background: linear-gradient(135deg, #976bee, #EE6BEE);