#972762
a dark, vivid magenta / pink · warm · closest name: purple
RGB
151, 39, 98
HSL
328°, 59%, 37%
CMYK
0, 74, 35, 41
Luminance
0.0891
Every format
| HEX | #972762 |
| RGB | rgb(151, 39, 98) |
| HSL | hsl(328, 59%, 37%) |
| CMYK | cmyk(0%, 74%, 35%, 41%) |
| LAB | lab(35.8 51.0 -7.7) |
| LCH | lch(35.8 51.5 351.4) |
| OKLCH | oklch(0.468 0.157 352.8) |
Copy-ready code
/* CSS */
color: #972762;
background-color: #972762;
/* Tailwind (arbitrary) */
class="text-[#972762] bg-[#972762]"
/* SCSS */
$brand: #972762;
/* SwiftUI */
Color(red: 0.592, green: 0.153, blue: 0.384)
/* Android */
Color.parseColor("#972762")Accessibility — WCAG contrast
Aa
#972762 on white: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#972762 on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green15.3%
Blue38.4%
CMYK percentages
Cyan0.0%
Magenta74.2%
Yellow35.1%
Key (black)40.8%
Color previews
#972762 text on a black background
contrast 2.78:1
Card sample
#972762 text on a white background
contrast 7.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #972762;
Background color
Panel with #972762 background
background-color: #972762;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #972762;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 39, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 39, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #972762; background: linear-gradient(135deg, #972762, #973727);