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