#aa1122
a dark, electric red · warm · closest name: firebrick
RGB
170, 17, 34
HSL
353°, 82%, 37%
CMYK
0, 90, 80, 33
Luminance
0.0906
Every format
| HEX | #aa1122 |
| RGB | rgb(170, 17, 34) |
| HSL | hsl(353, 82%, 37%) |
| CMYK | cmyk(0%, 90%, 80%, 33%) |
| LAB | lab(36.1 57.5 34.0) |
| LCH | lch(36.1 66.8 30.6) |
| OKLCH | oklch(0.472 0.182 24.0) |
Copy-ready code
/* CSS */
color: #aa1122;
background-color: #aa1122;
/* Tailwind (arbitrary) */
class="text-[#aa1122] bg-[#aa1122]"
/* SCSS */
$brand: #aa1122;
/* SwiftUI */
Color(red: 0.667, green: 0.067, blue: 0.133)
/* Android */
Color.parseColor("#aa1122")Accessibility — WCAG contrast
Aa
#aa1122 on white: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#aa1122 on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green6.7%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta90.0%
Yellow80.0%
Key (black)33.3%
Color previews
#aa1122 text on a black background
contrast 2.81:1
Card sample
#aa1122 text on a white background
contrast 7.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa1122;
Background color
Panel with #aa1122 background
background-color: #aa1122;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa1122;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 17, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 17, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa1122; background: linear-gradient(135deg, #aa1122, #AA6611);