#97005c
a dark, electric magenta / pink · warm · closest name: purple
RGB
151, 0, 92
HSL
323°, 100%, 30%
CMYK
0, 100, 39, 41
Luminance
0.0735
Every format
| HEX | #97005c |
| RGB | rgb(151, 0, 92) |
| HSL | hsl(323, 100%, 30%) |
| CMYK | cmyk(0%, 100%, 39%, 41%) |
| LAB | lab(32.6 58.9 -8.7) |
| LCH | lch(32.6 59.5 351.6) |
| OKLCH | oklch(0.443 0.183 353.0) |
Copy-ready code
/* CSS */
color: #97005c;
background-color: #97005c;
/* Tailwind (arbitrary) */
class="text-[#97005c] bg-[#97005c]"
/* SCSS */
$brand: #97005c;
/* SwiftUI */
Color(red: 0.592, green: 0.000, blue: 0.361)
/* Android */
Color.parseColor("#97005c")Accessibility — WCAG contrast
Aa
#97005c on white: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#97005c on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green0.0%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow39.1%
Key (black)40.8%
Color previews
#97005c text on a black background
contrast 2.47:1
Card sample
#97005c text on a white background
contrast 8.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97005c;
Background color
Panel with #97005c background
background-color: #97005c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97005c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 0, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 0, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97005c; background: linear-gradient(135deg, #97005c, #970900);