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