#976cff
a light, electric violet · warm · closest name: slateblue
RGB
151, 108, 255
HSL
258°, 100%, 71%
CMYK
41, 58, 0, 0
Luminance
0.2452
Every format
| HEX | #976cff |
| RGB | rgb(151, 108, 255) |
| HSL | hsl(258, 100%, 71%) |
| CMYK | cmyk(41%, 58%, 0%, 0%) |
| LAB | lab(56.6 49.4 -67.5) |
| LCH | lch(56.6 83.7 306.2) |
| OKLCH | oklch(0.647 0.209 293.1) |
Copy-ready code
/* CSS */
color: #976cff;
background-color: #976cff;
/* Tailwind (arbitrary) */
class="text-[#976cff] bg-[#976cff]"
/* SCSS */
$brand: #976cff;
/* SwiftUI */
Color(red: 0.592, green: 0.424, blue: 1.000)
/* Android */
Color.parseColor("#976cff")Accessibility — WCAG contrast
Aa
#976cff on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#976cff on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green42.4%
Blue100.0%
CMYK percentages
Cyan40.8%
Magenta57.6%
Yellow0.0%
Key (black)0.0%
Color previews
#976cff text on a black background
contrast 5.90:1
Card sample
#976cff text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #976cff;
Background color
Panel with #976cff background
background-color: #976cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #976cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 108, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 108, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #976cff; background: linear-gradient(135deg, #976cff, #F96CFF);