#972759
a dark, vivid magenta / pink · warm · closest name: purple
RGB
151, 39, 89
HSL
333°, 59%, 37%
CMYK
0, 74, 41, 41
Luminance
0.0875
Every format
| HEX | #972759 |
| RGB | rgb(151, 39, 89) |
| HSL | hsl(333, 59%, 37%) |
| CMYK | cmyk(0%, 74%, 41%, 41%) |
| LAB | lab(35.5 49.9 -2.4) |
| LCH | lch(35.5 50.0 357.2) |
| OKLCH | oklch(0.464 0.153 357.9) |
Copy-ready code
/* CSS */
color: #972759;
background-color: #972759;
/* Tailwind (arbitrary) */
class="text-[#972759] bg-[#972759]"
/* SCSS */
$brand: #972759;
/* SwiftUI */
Color(red: 0.592, green: 0.153, blue: 0.349)
/* Android */
Color.parseColor("#972759")Accessibility — WCAG contrast
Aa
#972759 on white: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#972759 on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green15.3%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta74.2%
Yellow41.1%
Key (black)40.8%
Color previews
#972759 text on a black background
contrast 2.75:1
Card sample
#972759 text on a white background
contrast 7.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #972759;
Background color
Panel with #972759 background
background-color: #972759;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #972759;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 39, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 39, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #972759; background: linear-gradient(135deg, #972759, #974027);