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