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