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