#972776
a dark, vivid magenta / pink · warm · closest name: purple
RGB
151, 39, 118
HSL
318°, 59%, 37%
CMYK
0, 74, 22, 41
Luminance
0.0934
Every format
| HEX | #972776 |
| RGB | rgb(151, 39, 118) |
| HSL | hsl(318, 59%, 37%) |
| CMYK | cmyk(0%, 74%, 22%, 41%) |
| LAB | lab(36.6 53.5 -19.1) |
| LCH | lch(36.6 56.8 340.3) |
| OKLCH | oklch(0.476 0.169 342.3) |
Copy-ready code
/* CSS */
color: #972776;
background-color: #972776;
/* Tailwind (arbitrary) */
class="text-[#972776] bg-[#972776]"
/* SCSS */
$brand: #972776;
/* SwiftUI */
Color(red: 0.592, green: 0.153, blue: 0.463)
/* Android */
Color.parseColor("#972776")Accessibility — WCAG contrast
Aa
#972776 on white: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#972776 on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green15.3%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta74.2%
Yellow21.9%
Key (black)40.8%
Color previews
#972776 text on a black background
contrast 2.87:1
Card sample
#972776 text on a white background
contrast 7.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #972776;
Background color
Panel with #972776 background
background-color: #972776;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #972776;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 39, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 39, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #972776; background: linear-gradient(135deg, #972776, #97272B);