#972774
a dark, vivid magenta / pink · warm · closest name: purple
RGB
151, 39, 116
HSL
319°, 59%, 37%
CMYK
0, 74, 23, 41
Luminance
0.0929
Every format
| HEX | #972774 |
| RGB | rgb(151, 39, 116) |
| HSL | hsl(319, 59%, 37%) |
| CMYK | cmyk(0%, 74%, 23%, 41%) |
| LAB | lab(36.5 53.2 -18.0) |
| LCH | lch(36.5 56.2 341.3) |
| OKLCH | oklch(0.475 0.168 343.3) |
Copy-ready code
/* CSS */
color: #972774;
background-color: #972774;
/* Tailwind (arbitrary) */
class="text-[#972774] bg-[#972774]"
/* SCSS */
$brand: #972774;
/* SwiftUI */
Color(red: 0.592, green: 0.153, blue: 0.455)
/* Android */
Color.parseColor("#972774")Accessibility — WCAG contrast
Aa
#972774 on white: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#972774 on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green15.3%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta74.2%
Yellow23.2%
Key (black)40.8%
Color previews
#972774 text on a black background
contrast 2.86:1
Card sample
#972774 text on a white background
contrast 7.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #972774;
Background color
Panel with #972774 background
background-color: #972774;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #972774;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 39, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 39, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #972774; background: linear-gradient(135deg, #972774, #972729);