#9d1321
a dark, electric red · warm · closest name: firebrick
RGB
157, 19, 33
HSL
354°, 78%, 35%
CMYK
0, 88, 79, 38
Luminance
0.0774
Every format
| HEX | #9d1321 |
| RGB | rgb(157, 19, 33) |
| HSL | hsl(354, 78%, 35%) |
| CMYK | cmyk(0%, 88%, 79%, 38%) |
| LAB | lab(33.5 53.5 31.0) |
| LCH | lch(33.5 61.8 30.1) |
| OKLCH | oklch(0.447 0.169 23.7) |
Copy-ready code
/* CSS */
color: #9d1321;
background-color: #9d1321;
/* Tailwind (arbitrary) */
class="text-[#9d1321] bg-[#9d1321]"
/* SCSS */
$brand: #9d1321;
/* SwiftUI */
Color(red: 0.616, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#9d1321")Accessibility — WCAG contrast
Aa
#9d1321 on white: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9d1321 on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta87.9%
Yellow79.0%
Key (black)38.4%
Color previews
#9d1321 text on a black background
contrast 2.55:1
Card sample
#9d1321 text on a white background
contrast 8.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9d1321;
Background color
Panel with #9d1321 background
background-color: #9d1321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9d1321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9d1321; background: linear-gradient(135deg, #9d1321, #9D6113);