#972781
a dark, vivid magenta / pink · warm · closest name: purple
RGB
151, 39, 129
HSL
312°, 59%, 37%
CMYK
0, 74, 15, 41
Luminance
0.0962
Every format
| HEX | #972781 |
| RGB | rgb(151, 39, 129) |
| HSL | hsl(312, 59%, 37%) |
| CMYK | cmyk(0%, 74%, 15%, 41%) |
| LAB | lab(37.1 55.1 -25.2) |
| LCH | lch(37.1 60.6 335.4) |
| OKLCH | oklch(0.481 0.176 337.1) |
Copy-ready code
/* CSS */
color: #972781;
background-color: #972781;
/* Tailwind (arbitrary) */
class="text-[#972781] bg-[#972781]"
/* SCSS */
$brand: #972781;
/* SwiftUI */
Color(red: 0.592, green: 0.153, blue: 0.506)
/* Android */
Color.parseColor("#972781")Accessibility — WCAG contrast
Aa
#972781 on white: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#972781 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green15.3%
Blue50.6%
CMYK percentages
Cyan0.0%
Magenta74.2%
Yellow14.6%
Key (black)40.8%
Color previews
#972781 text on a black background
contrast 2.92:1
Card sample
#972781 text on a white background
contrast 7.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #972781;
Background color
Panel with #972781 background
background-color: #972781;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #972781;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 39, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 39, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #972781; background: linear-gradient(135deg, #972781, #972736);