#a43421
a dark, vivid red · warm · closest name: firebrick
RGB
164, 52, 33
HSL
9°, 67%, 39%
CMYK
0, 68, 80, 36
Luminance
0.1046
Every format
| HEX | #a43421 |
| RGB | rgb(164, 52, 33) |
| HSL | hsl(9, 67%, 39%) |
| CMYK | cmyk(0%, 68%, 80%, 36%) |
| LAB | lab(38.7 45.1 36.9) |
| LCH | lch(38.7 58.2 39.3) |
| OKLCH | oklch(0.488 0.151 32.1) |
Copy-ready code
/* CSS */
color: #a43421;
background-color: #a43421;
/* Tailwind (arbitrary) */
class="text-[#a43421] bg-[#a43421]"
/* SCSS */
$brand: #a43421;
/* SwiftUI */
Color(red: 0.643, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#a43421")Accessibility — WCAG contrast
Aa
#a43421 on white: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a43421 on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta68.3%
Yellow79.9%
Key (black)35.7%
Color previews
#a43421 text on a black background
contrast 3.09:1
Card sample
#a43421 text on a white background
contrast 6.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a43421;
Background color
Panel with #a43421 background
background-color: #a43421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a43421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a43421; background: linear-gradient(135deg, #a43421, #A48B21);