#960036
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
150, 0, 54
HSL
338°, 100%, 29%
CMYK
0, 100, 64, 41
Luminance
0.0675
Every format
| HEX | #960036 |
| RGB | rgb(150, 0, 54) |
| HSL | hsl(338, 100%, 29%) |
| CMYK | cmyk(0%, 100%, 64%, 41%) |
| LAB | lab(31.2 55.6 14.4) |
| LCH | lch(31.2 57.5 14.5) |
| OKLCH | oklch(0.429 0.172 11.8) |
Copy-ready code
/* CSS */
color: #960036;
background-color: #960036;
/* Tailwind (arbitrary) */
class="text-[#960036] bg-[#960036]"
/* SCSS */
$brand: #960036;
/* SwiftUI */
Color(red: 0.588, green: 0.000, blue: 0.212)
/* Android */
Color.parseColor("#960036")Accessibility — WCAG contrast
Aa
#960036 on white: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#960036 on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green0.0%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow64.0%
Key (black)41.2%
Color previews
#960036 text on a black background
contrast 2.35:1
Card sample
#960036 text on a white background
contrast 8.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #960036;
Background color
Panel with #960036 background
background-color: #960036;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #960036;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 0, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 0, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #960036; background: linear-gradient(135deg, #960036, #962E00);