#960029
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
150, 0, 41
HSL
344°, 100%, 29%
CMYK
0, 100, 73, 41
Luminance
0.0664
Every format
| HEX | #960029 |
| RGB | rgb(150, 0, 41) |
| HSL | hsl(344, 100%, 29%) |
| CMYK | cmyk(0%, 100%, 73%, 41%) |
| LAB | lab(31.0 55.0 22.7) |
| LCH | lch(31.0 59.5 22.5) |
| OKLCH | oklch(0.427 0.171 17.8) |
Copy-ready code
/* CSS */
color: #960029;
background-color: #960029;
/* Tailwind (arbitrary) */
class="text-[#960029] bg-[#960029]"
/* SCSS */
$brand: #960029;
/* SwiftUI */
Color(red: 0.588, green: 0.000, blue: 0.161)
/* Android */
Color.parseColor("#960029")Accessibility — WCAG contrast
Aa
#960029 on white: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#960029 on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green0.0%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow72.7%
Key (black)41.2%
Color previews
#960029 text on a black background
contrast 2.33:1
Card sample
#960029 text on a white background
contrast 9.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #960029;
Background color
Panel with #960029 background
background-color: #960029;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #960029;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 0, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 0, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #960029; background: linear-gradient(135deg, #960029, #963B00);