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