#96074f
a dark, electric magenta / pink · warm · closest name: purple
RGB
150, 7, 79
HSL
330°, 91%, 31%
CMYK
0, 95, 47, 41
Luminance
0.0720
Every format
| HEX | #96074f |
| RGB | rgb(150, 7, 79) |
| HSL | hsl(330, 91%, 31%) |
| CMYK | cmyk(0%, 95%, 47%, 41%) |
| LAB | lab(32.3 56.4 -0.7) |
| LCH | lch(32.3 56.4 359.3) |
| OKLCH | oklch(0.439 0.174 359.6) |
Copy-ready code
/* CSS */
color: #96074f;
background-color: #96074f;
/* Tailwind (arbitrary) */
class="text-[#96074f] bg-[#96074f]"
/* SCSS */
$brand: #96074f;
/* SwiftUI */
Color(red: 0.588, green: 0.027, blue: 0.310)
/* Android */
Color.parseColor("#96074f")Accessibility — WCAG contrast
Aa
#96074f on white: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#96074f on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green2.7%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta95.3%
Yellow47.3%
Key (black)41.2%
Color previews
#96074f text on a black background
contrast 2.44:1
Card sample
#96074f text on a white background
contrast 8.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96074f;
Background color
Panel with #96074f background
background-color: #96074f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96074f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 7, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 7, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96074f; background: linear-gradient(135deg, #96074f, #961E07);