#972787
a dark, vivid magenta / pink · warm · closest name: purple
RGB
151, 39, 135
HSL
309°, 59%, 37%
CMYK
0, 74, 11, 41
Luminance
0.0978
Every format
| HEX | #972787 |
| RGB | rgb(151, 39, 135) |
| HSL | hsl(309, 59%, 37%) |
| CMYK | cmyk(0%, 74%, 11%, 41%) |
| LAB | lab(37.5 56.0 -28.4) |
| LCH | lch(37.5 62.8 333.1) |
| OKLCH | oklch(0.485 0.181 334.5) |
Copy-ready code
/* CSS */
color: #972787;
background-color: #972787;
/* Tailwind (arbitrary) */
class="text-[#972787] bg-[#972787]"
/* SCSS */
$brand: #972787;
/* SwiftUI */
Color(red: 0.592, green: 0.153, blue: 0.529)
/* Android */
Color.parseColor("#972787")Accessibility — WCAG contrast
Aa
#972787 on white: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#972787 on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green15.3%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta74.2%
Yellow10.6%
Key (black)40.8%
Color previews
#972787 text on a black background
contrast 2.96:1
Card sample
#972787 text on a white background
contrast 7.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #972787;
Background color
Panel with #972787 background
background-color: #972787;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #972787;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 39, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 39, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #972787; background: linear-gradient(135deg, #972787, #97273C);