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