#976cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
151, 108, 223
HSL
262°, 64%, 65%
CMYK
32, 52, 0, 13
Luminance
0.2263
Every format
| HEX | #976cdf |
| RGB | rgb(151, 108, 223) |
| HSL | hsl(262, 64%, 65%) |
| CMYK | cmyk(32%, 52%, 0%, 13%) |
| LAB | lab(54.7 41.1 -52.8) |
| LCH | lch(54.7 66.9 307.9) |
| OKLCH | oklch(0.626 0.170 298.7) |
Copy-ready code
/* CSS */
color: #976cdf;
background-color: #976cdf;
/* Tailwind (arbitrary) */
class="text-[#976cdf] bg-[#976cdf]"
/* SCSS */
$brand: #976cdf;
/* SwiftUI */
Color(red: 0.592, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#976cdf")Accessibility — WCAG contrast
Aa
#976cdf on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#976cdf on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green42.4%
Blue87.5%
CMYK percentages
Cyan32.3%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#976cdf text on a black background
contrast 5.53:1
Card sample
#976cdf text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #976cdf;
Background color
Panel with #976cdf background
background-color: #976cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #976cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #976cdf; background: linear-gradient(135deg, #976cdf, #DF6CDA);