#976cd7
a balanced, vivid violet · warm · closest name: slateblue
RGB
151, 108, 215
HSL
264°, 57%, 63%
CMYK
30, 50, 0, 16
Luminance
0.2221
Every format
| HEX | #976cd7 |
| RGB | rgb(151, 108, 215) |
| HSL | hsl(264, 57%, 63%) |
| CMYK | cmyk(30%, 50%, 0%, 16%) |
| LAB | lab(54.3 39.1 -49.0) |
| LCH | lch(54.3 62.6 308.6) |
| OKLCH | oklch(0.622 0.160 300.4) |
Copy-ready code
/* CSS */
color: #976cd7;
background-color: #976cd7;
/* Tailwind (arbitrary) */
class="text-[#976cd7] bg-[#976cd7]"
/* SCSS */
$brand: #976cd7;
/* SwiftUI */
Color(red: 0.592, green: 0.424, blue: 0.843)
/* Android */
Color.parseColor("#976cd7")Accessibility — WCAG contrast
Aa
#976cd7 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#976cd7 on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green42.4%
Blue84.3%
CMYK percentages
Cyan29.8%
Magenta49.8%
Yellow0.0%
Key (black)15.7%
Color previews
#976cd7 text on a black background
contrast 5.44:1
Card sample
#976cd7 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #976cd7;
Background color
Panel with #976cd7 background
background-color: #976cd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #976cd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 108, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 108, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #976cd7; background: linear-gradient(135deg, #976cd7, #D76CD0);