#972497
a dark, vivid magenta / pink · warm · closest name: purple
RGB
151, 36, 151
HSL
300°, 62%, 37%
CMYK
0, 76, 0, 41
Luminance
0.1008
Every format
| HEX | #972497 |
| RGB | rgb(151, 36, 151) |
| HSL | hsl(300, 62%, 37%) |
| CMYK | cmyk(0%, 76%, 0%, 41%) |
| LAB | lab(38.0 59.6 -37.4) |
| LCH | lch(38.0 70.3 327.9) |
| OKLCH | oklch(0.491 0.196 328.1) |
Copy-ready code
/* CSS */
color: #972497;
background-color: #972497;
/* Tailwind (arbitrary) */
class="text-[#972497] bg-[#972497]"
/* SCSS */
$brand: #972497;
/* SwiftUI */
Color(red: 0.592, green: 0.141, blue: 0.592)
/* Android */
Color.parseColor("#972497")Accessibility — WCAG contrast
Aa
#972497 on white: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#972497 on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green14.1%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta76.2%
Yellow0.0%
Key (black)40.8%
Color previews
#972497 text on a black background
contrast 3.02:1
Card sample
#972497 text on a white background
contrast 6.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #972497;
Background color
Panel with #972497 background
background-color: #972497;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #972497;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 36, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 36, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #972497; background: linear-gradient(135deg, #972497, #97244A);