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