#960c2f
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
150, 12, 47
HSL
345°, 85%, 32%
CMYK
0, 92, 69, 41
Luminance
0.0695
Every format
| HEX | #960c2f |
| RGB | rgb(150, 12, 47) |
| HSL | hsl(345, 85%, 32%) |
| CMYK | cmyk(0%, 92%, 69%, 41%) |
| LAB | lab(31.7 53.5 19.7) |
| LCH | lch(31.7 57.0 20.2) |
| OKLCH | oklch(0.432 0.166 16.3) |
Copy-ready code
/* CSS */
color: #960c2f;
background-color: #960c2f;
/* Tailwind (arbitrary) */
class="text-[#960c2f] bg-[#960c2f]"
/* SCSS */
$brand: #960c2f;
/* SwiftUI */
Color(red: 0.588, green: 0.047, blue: 0.184)
/* Android */
Color.parseColor("#960c2f")Accessibility — WCAG contrast
Aa
#960c2f on white: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#960c2f on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green4.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta92.0%
Yellow68.7%
Key (black)41.2%
Color previews
#960c2f text on a black background
contrast 2.39:1
Card sample
#960c2f text on a white background
contrast 8.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #960c2f;
Background color
Panel with #960c2f background
background-color: #960c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #960c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 12, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 12, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #960c2f; background: linear-gradient(135deg, #960c2f, #96450C);