#a93921
a dark, vivid red · warm · closest name: firebrick
RGB
169, 57, 33
HSL
11°, 67%, 40%
CMYK
0, 66, 81, 34
Luminance
0.1147
Every format
| HEX | #a93921 |
| RGB | rgb(169, 57, 33) |
| HSL | hsl(11, 67%, 40%) |
| CMYK | cmyk(0%, 66%, 81%, 34%) |
| LAB | lab(40.4 44.7 38.9) |
| LCH | lch(40.4 59.2 41.0) |
| OKLCH | oklch(0.503 0.152 33.7) |
Copy-ready code
/* CSS */
color: #a93921;
background-color: #a93921;
/* Tailwind (arbitrary) */
class="text-[#a93921] bg-[#a93921]"
/* SCSS */
$brand: #a93921;
/* SwiftUI */
Color(red: 0.663, green: 0.224, blue: 0.129)
/* Android */
Color.parseColor("#a93921")Accessibility — WCAG contrast
Aa
#a93921 on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a93921 on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green22.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta66.3%
Yellow80.5%
Key (black)33.7%
Color previews
#a93921 text on a black background
contrast 3.29:1
Card sample
#a93921 text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a93921;
Background color
Panel with #a93921 background
background-color: #a93921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a93921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 57, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 57, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a93921; background: linear-gradient(135deg, #a93921, #A99421);