#976ba8
a balanced, soft violet · warm · closest name: plum
RGB
151, 107, 168
HSL
283°, 26%, 54%
CMYK
10, 36, 0, 34
Luminance
0.1992
Every format
| HEX | #976ba8 |
| RGB | rgb(151, 107, 168) |
| HSL | hsl(283, 26%, 54%) |
| CMYK | cmyk(10%, 36%, 0%, 34%) |
| LAB | lab(51.8 28.7 -25.9) |
| LCH | lch(51.8 38.7 317.9) |
| OKLCH | oklch(0.596 0.103 316.3) |
Copy-ready code
/* CSS */
color: #976ba8;
background-color: #976ba8;
/* Tailwind (arbitrary) */
class="text-[#976ba8] bg-[#976ba8]"
/* SCSS */
$brand: #976ba8;
/* SwiftUI */
Color(red: 0.592, green: 0.420, blue: 0.659)
/* Android */
Color.parseColor("#976ba8")Accessibility — WCAG contrast
Aa
#976ba8 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#976ba8 on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green42.0%
Blue65.9%
CMYK percentages
Cyan10.1%
Magenta36.3%
Yellow0.0%
Key (black)34.1%
Color previews
#976ba8 text on a black background
contrast 4.98:1
Card sample
#976ba8 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #976ba8;
Background color
Panel with #976ba8 background
background-color: #976ba8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #976ba8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 107, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 107, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #976ba8; background: linear-gradient(135deg, #976ba8, #A86B90);