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