#972796
a dark, vivid magenta / pink · warm · closest name: purple
RGB
151, 39, 150
HSL
301°, 59%, 37%
CMYK
0, 74, 1, 41
Luminance
0.1023
Every format
| HEX | #972796 |
| RGB | rgb(151, 39, 150) |
| HSL | hsl(301, 59%, 37%) |
| CMYK | cmyk(0%, 74%, 1%, 41%) |
| LAB | lab(38.3 58.4 -36.3) |
| LCH | lch(38.3 68.8 328.1) |
| OKLCH | oklch(0.493 0.192 328.4) |
Copy-ready code
/* CSS */
color: #972796;
background-color: #972796;
/* Tailwind (arbitrary) */
class="text-[#972796] bg-[#972796]"
/* SCSS */
$brand: #972796;
/* SwiftUI */
Color(red: 0.592, green: 0.153, blue: 0.588)
/* Android */
Color.parseColor("#972796")Accessibility — WCAG contrast
Aa
#972796 on white: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#972796 on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green15.3%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta74.2%
Yellow0.7%
Key (black)40.8%
Color previews
#972796 text on a black background
contrast 3.05:1
Card sample
#972796 text on a white background
contrast 6.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #972796;
Background color
Panel with #972796 background
background-color: #972796;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #972796;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 39, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 39, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #972796; background: linear-gradient(135deg, #972796, #97274C);