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