#9e2921
a dark, vivid red · warm · closest name: firebrick
RGB
158, 41, 33
HSL
4°, 65%, 38%
CMYK
0, 74, 79, 38
Luminance
0.0896
Every format
| HEX | #9e2921 |
| RGB | rgb(158, 41, 33) |
| HSL | hsl(4, 65%, 38%) |
| CMYK | cmyk(0%, 74%, 79%, 38%) |
| LAB | lab(35.9 47.4 33.7) |
| LCH | lch(35.9 58.2 35.4) |
| OKLCH | oklch(0.466 0.155 28.5) |
Copy-ready code
/* CSS */
color: #9e2921;
background-color: #9e2921;
/* Tailwind (arbitrary) */
class="text-[#9e2921] bg-[#9e2921]"
/* SCSS */
$brand: #9e2921;
/* SwiftUI */
Color(red: 0.620, green: 0.161, blue: 0.129)
/* Android */
Color.parseColor("#9e2921")Accessibility — WCAG contrast
Aa
#9e2921 on white: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9e2921 on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green16.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta74.1%
Yellow79.1%
Key (black)38.0%
Color previews
#9e2921 text on a black background
contrast 2.79:1
Card sample
#9e2921 text on a white background
contrast 7.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9e2921;
Background color
Panel with #9e2921 background
background-color: #9e2921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9e2921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 41, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 41, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9e2921; background: linear-gradient(135deg, #9e2921, #9E7C21);