#972799
a dark, vivid magenta / pink · warm · closest name: purple
RGB
151, 39, 153
HSL
299°, 59%, 38%
CMYK
1, 75, 0, 40
Luminance
0.1033
Every format
| HEX | #972799 |
| RGB | rgb(151, 39, 153) |
| HSL | hsl(299, 59%, 38%) |
| CMYK | cmyk(1%, 75%, 0%, 40%) |
| LAB | lab(38.4 59.0 -37.9) |
| LCH | lch(38.4 70.1 327.3) |
| OKLCH | oklch(0.495 0.194 327.3) |
Copy-ready code
/* CSS */
color: #972799;
background-color: #972799;
/* Tailwind (arbitrary) */
class="text-[#972799] bg-[#972799]"
/* SCSS */
$brand: #972799;
/* SwiftUI */
Color(red: 0.592, green: 0.153, blue: 0.600)
/* Android */
Color.parseColor("#972799")Accessibility — WCAG contrast
Aa
#972799 on white: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#972799 on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green15.3%
Blue60.0%
CMYK percentages
Cyan1.3%
Magenta74.5%
Yellow0.0%
Key (black)40.0%
Color previews
#972799 text on a black background
contrast 3.07:1
Card sample
#972799 text on a white background
contrast 6.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #972799;
Background color
Panel with #972799 background
background-color: #972799;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #972799;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 39, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 39, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #972799; background: linear-gradient(135deg, #972799, #99274F);