#a11a29
a dark, vivid red · warm · closest name: firebrick
RGB
161, 26, 41
HSL
353°, 72%, 37%
CMYK
0, 84, 75, 37
Luminance
0.0848
Every format
| HEX | #a11a29 |
| RGB | rgb(161, 26, 41) |
| HSL | hsl(353, 72%, 37%) |
| CMYK | cmyk(0%, 84%, 75%, 37%) |
| LAB | lab(35.0 53.3 28.0) |
| LCH | lch(35.0 60.2 27.7) |
| OKLCH | oklch(0.460 0.168 22.1) |
Copy-ready code
/* CSS */
color: #a11a29;
background-color: #a11a29;
/* Tailwind (arbitrary) */
class="text-[#a11a29] bg-[#a11a29]"
/* SCSS */
$brand: #a11a29;
/* SwiftUI */
Color(red: 0.631, green: 0.102, blue: 0.161)
/* Android */
Color.parseColor("#a11a29")Accessibility — WCAG contrast
Aa
#a11a29 on white: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a11a29 on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green10.2%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta83.9%
Yellow74.5%
Key (black)36.9%
Color previews
#a11a29 text on a black background
contrast 2.70:1
Card sample
#a11a29 text on a white background
contrast 7.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a11a29;
Background color
Panel with #a11a29 background
background-color: #a11a29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a11a29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 26, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 26, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a11a29; background: linear-gradient(135deg, #a11a29, #A1651A);