#aa2222
a dark, vivid red · warm · closest name: firebrick
RGB
170, 34, 34
HSL
0°, 67%, 40%
CMYK
0, 80, 80, 33
Luminance
0.0981
Every format
| HEX | #aa2222 |
| RGB | rgb(170, 34, 34) |
| HSL | hsl(0, 67%, 40%) |
| CMYK | cmyk(0%, 80%, 80%, 33%) |
| LAB | lab(37.5 53.5 35.5) |
| LCH | lch(37.5 64.2 33.5) |
| OKLCH | oklch(0.482 0.172 26.6) |
Copy-ready code
/* CSS */
color: #aa2222;
background-color: #aa2222;
/* Tailwind (arbitrary) */
class="text-[#aa2222] bg-[#aa2222]"
/* SCSS */
$brand: #aa2222;
/* SwiftUI */
Color(red: 0.667, green: 0.133, blue: 0.133)
/* Android */
Color.parseColor("#aa2222")Accessibility — WCAG contrast
Aa
#aa2222 on white: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#aa2222 on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green13.3%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow80.0%
Key (black)33.3%
Color previews
#aa2222 text on a black background
contrast 2.96:1
Card sample
#aa2222 text on a white background
contrast 7.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa2222;
Background color
Panel with #aa2222 background
background-color: #aa2222;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa2222;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 34, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 34, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa2222; background: linear-gradient(135deg, #aa2222, #AA7D22);