#976cef
a light, electric violet · warm · closest name: slateblue
RGB
151, 108, 239
HSL
260°, 80%, 68%
CMYK
37, 55, 0, 6
Luminance
0.2354
Every format
| HEX | #976cef |
| RGB | rgb(151, 108, 239) |
| HSL | hsl(260, 80%, 68%) |
| CMYK | cmyk(37%, 55%, 0%, 6%) |
| LAB | lab(55.6 45.2 -60.3) |
| LCH | lch(55.6 75.3 306.9) |
| OKLCH | oklch(0.636 0.190 295.7) |
Copy-ready code
/* CSS */
color: #976cef;
background-color: #976cef;
/* Tailwind (arbitrary) */
class="text-[#976cef] bg-[#976cef]"
/* SCSS */
$brand: #976cef;
/* SwiftUI */
Color(red: 0.592, green: 0.424, blue: 0.937)
/* Android */
Color.parseColor("#976cef")Accessibility — WCAG contrast
Aa
#976cef on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#976cef on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green42.4%
Blue93.7%
CMYK percentages
Cyan36.8%
Magenta54.8%
Yellow0.0%
Key (black)6.3%
Color previews
#976cef text on a black background
contrast 5.71:1
Card sample
#976cef text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #976cef;
Background color
Panel with #976cef background
background-color: #976cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #976cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 108, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 108, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #976cef; background: linear-gradient(135deg, #976cef, #EE6CEF);