#a02321
a dark, vivid red · warm · closest name: firebrick
RGB
160, 35, 33
HSL
1°, 66%, 38%
CMYK
0, 78, 79, 37
Luminance
0.0879
Every format
| HEX | #a02321 |
| RGB | rgb(160, 35, 33) |
| HSL | hsl(1, 66%, 38%) |
| CMYK | cmyk(0%, 78%, 79%, 37%) |
| LAB | lab(35.6 50.1 33.4) |
| LCH | lch(35.6 60.3 33.7) |
| OKLCH | oklch(0.464 0.162 26.9) |
Copy-ready code
/* CSS */
color: #a02321;
background-color: #a02321;
/* Tailwind (arbitrary) */
class="text-[#a02321] bg-[#a02321]"
/* SCSS */
$brand: #a02321;
/* SwiftUI */
Color(red: 0.627, green: 0.137, blue: 0.129)
/* Android */
Color.parseColor("#a02321")Accessibility — WCAG contrast
Aa
#a02321 on white: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a02321 on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green13.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta78.1%
Yellow79.4%
Key (black)37.3%
Color previews
#a02321 text on a black background
contrast 2.76:1
Card sample
#a02321 text on a white background
contrast 7.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a02321;
Background color
Panel with #a02321 background
background-color: #a02321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a02321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 35, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 35, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a02321; background: linear-gradient(135deg, #a02321, #A07721);