#97005f
a dark, electric magenta / pink · warm · closest name: purple
RGB
151, 0, 95
HSL
322°, 100%, 30%
CMYK
0, 100, 37, 41
Luminance
0.0741
Every format
| HEX | #97005f |
| RGB | rgb(151, 0, 95) |
| HSL | hsl(322, 100%, 30%) |
| CMYK | cmyk(0%, 100%, 37%, 41%) |
| LAB | lab(32.7 59.2 -10.5) |
| LCH | lch(32.7 60.1 350.0) |
| OKLCH | oklch(0.445 0.184 351.5) |
Copy-ready code
/* CSS */
color: #97005f;
background-color: #97005f;
/* Tailwind (arbitrary) */
class="text-[#97005f] bg-[#97005f]"
/* SCSS */
$brand: #97005f;
/* SwiftUI */
Color(red: 0.592, green: 0.000, blue: 0.373)
/* Android */
Color.parseColor("#97005f")Accessibility — WCAG contrast
Aa
#97005f on white: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#97005f on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green0.0%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow37.1%
Key (black)40.8%
Color previews
#97005f text on a black background
contrast 2.48:1
Card sample
#97005f text on a white background
contrast 8.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97005f;
Background color
Panel with #97005f background
background-color: #97005f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97005f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 0, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 0, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97005f; background: linear-gradient(135deg, #97005f, #970600);