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