#960721
a dark, electric red · warm · closest name: firebrick
RGB
150, 7, 33
HSL
349°, 91%, 31%
CMYK
0, 95, 78, 41
Luminance
0.0675
Every format
| HEX | #960721 |
| RGB | rgb(150, 7, 33) |
| HSL | hsl(349, 91%, 31%) |
| CMYK | cmyk(0%, 95%, 78%, 41%) |
| LAB | lab(31.2 53.6 28.1) |
| LCH | lch(31.2 60.5 27.7) |
| OKLCH | oklch(0.428 0.168 21.7) |
Copy-ready code
/* CSS */
color: #960721;
background-color: #960721;
/* Tailwind (arbitrary) */
class="text-[#960721] bg-[#960721]"
/* SCSS */
$brand: #960721;
/* SwiftUI */
Color(red: 0.588, green: 0.027, blue: 0.129)
/* Android */
Color.parseColor("#960721")Accessibility — WCAG contrast
Aa
#960721 on white: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#960721 on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green2.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta95.3%
Yellow78.0%
Key (black)41.2%
Color previews
#960721 text on a black background
contrast 2.35:1
Card sample
#960721 text on a white background
contrast 8.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #960721;
Background color
Panel with #960721 background
background-color: #960721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #960721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 7, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 7, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #960721; background: linear-gradient(135deg, #960721, #964C07);