#976fcf
a balanced, vivid violet · warm · closest name: slateblue
RGB
151, 111, 207
HSL
265°, 50%, 62%
CMYK
27, 46, 0, 19
Luminance
0.2245
Every format
| HEX | #976fcf |
| RGB | rgb(151, 111, 207) |
| HSL | hsl(265, 50%, 62%) |
| CMYK | cmyk(27%, 46%, 0%, 19%) |
| LAB | lab(54.5 35.4 -44.0) |
| LCH | lch(54.5 56.5 308.8) |
| OKLCH | oklch(0.622 0.145 301.6) |
Copy-ready code
/* CSS */
color: #976fcf;
background-color: #976fcf;
/* Tailwind (arbitrary) */
class="text-[#976fcf] bg-[#976fcf]"
/* SCSS */
$brand: #976fcf;
/* SwiftUI */
Color(red: 0.592, green: 0.435, blue: 0.812)
/* Android */
Color.parseColor("#976fcf")Accessibility — WCAG contrast
Aa
#976fcf on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#976fcf on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green43.5%
Blue81.2%
CMYK percentages
Cyan27.1%
Magenta46.4%
Yellow0.0%
Key (black)18.8%
Color previews
#976fcf text on a black background
contrast 5.49:1
Card sample
#976fcf text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #976fcf;
Background color
Panel with #976fcf background
background-color: #976fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #976fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 111, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 111, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #976fcf; background: linear-gradient(135deg, #976fcf, #CF6FC7);