#972798
a dark, vivid magenta / pink · warm · closest name: purple
RGB
151, 39, 152
HSL
300°, 59%, 38%
CMYK
1, 74, 0, 40
Luminance
0.1030
Every format
| HEX | #972798 |
| RGB | rgb(151, 39, 152) |
| HSL | hsl(300, 59%, 38%) |
| CMYK | cmyk(1%, 74%, 0%, 40%) |
| LAB | lab(38.4 58.8 -37.4) |
| LCH | lch(38.4 69.7 327.6) |
| OKLCH | oklch(0.494 0.194 327.6) |
Copy-ready code
/* CSS */
color: #972798;
background-color: #972798;
/* Tailwind (arbitrary) */
class="text-[#972798] bg-[#972798]"
/* SCSS */
$brand: #972798;
/* SwiftUI */
Color(red: 0.592, green: 0.153, blue: 0.596)
/* Android */
Color.parseColor("#972798")Accessibility — WCAG contrast
Aa
#972798 on white: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#972798 on black: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green15.3%
Blue59.6%
CMYK percentages
Cyan0.7%
Magenta74.3%
Yellow0.0%
Key (black)40.4%
Color previews
#972798 text on a black background
contrast 3.06:1
Card sample
#972798 text on a white background
contrast 6.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #972798;
Background color
Panel with #972798 background
background-color: #972798;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #972798;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 39, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 39, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #972798; background: linear-gradient(135deg, #972798, #98274E);