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