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