#a72321
a dark, vivid red · warm · closest name: firebrick
RGB
167, 35, 33
HSL
1°, 67%, 39%
CMYK
0, 79, 80, 35
Luminance
0.0953
Every format
| HEX | #a72321 |
| RGB | rgb(167, 35, 33) |
| HSL | hsl(1, 67%, 39%) |
| CMYK | cmyk(0%, 79%, 80%, 35%) |
| LAB | lab(37.0 52.3 35.3) |
| LCH | lch(37.0 63.1 34.0) |
| OKLCH | oklch(0.477 0.169 27.1) |
Copy-ready code
/* CSS */
color: #a72321;
background-color: #a72321;
/* Tailwind (arbitrary) */
class="text-[#a72321] bg-[#a72321]"
/* SCSS */
$brand: #a72321;
/* SwiftUI */
Color(red: 0.655, green: 0.137, blue: 0.129)
/* Android */
Color.parseColor("#a72321")Accessibility — WCAG contrast
Aa
#a72321 on white: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a72321 on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green13.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta79.0%
Yellow80.2%
Key (black)34.5%
Color previews
#a72321 text on a black background
contrast 2.91:1
Card sample
#a72321 text on a white background
contrast 7.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a72321;
Background color
Panel with #a72321 background
background-color: #a72321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a72321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 35, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 35, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a72321; background: linear-gradient(135deg, #a72321, #A77C21);