#960f2c
a dark, electric red · warm · closest name: firebrick
RGB
150, 15, 44
HSL
347°, 82%, 32%
CMYK
0, 90, 71, 41
Luminance
0.0701
Every format
| HEX | #960f2c |
| RGB | rgb(150, 15, 44) |
| HSL | hsl(347, 82%, 32%) |
| CMYK | cmyk(0%, 90%, 71%, 41%) |
| LAB | lab(31.8 52.8 21.8) |
| LCH | lch(31.8 57.1 22.4) |
| OKLCH | oklch(0.433 0.165 18.0) |
Copy-ready code
/* CSS */
color: #960f2c;
background-color: #960f2c;
/* Tailwind (arbitrary) */
class="text-[#960f2c] bg-[#960f2c]"
/* SCSS */
$brand: #960f2c;
/* SwiftUI */
Color(red: 0.588, green: 0.059, blue: 0.173)
/* Android */
Color.parseColor("#960f2c")Accessibility — WCAG contrast
Aa
#960f2c on white: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#960f2c on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green5.9%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta90.0%
Yellow70.7%
Key (black)41.2%
Color previews
#960f2c text on a black background
contrast 2.40:1
Card sample
#960f2c text on a white background
contrast 8.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #960f2c;
Background color
Panel with #960f2c background
background-color: #960f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #960f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 15, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 15, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #960f2c; background: linear-gradient(135deg, #960f2c, #964C0F);