#aa2012
a dark, electric red · warm · closest name: firebrick
RGB
170, 32, 18
HSL
6°, 81%, 37%
CMYK
0, 81, 89, 33
Luminance
0.0962
Every format
| HEX | #aa2012 |
| RGB | rgb(170, 32, 18) |
| HSL | hsl(6, 81%, 37%) |
| CMYK | cmyk(0%, 81%, 89%, 33%) |
| LAB | lab(37.2 53.7 43.5) |
| LCH | lch(37.2 69.1 39.0) |
| OKLCH | oklch(0.479 0.175 30.3) |
Copy-ready code
/* CSS */
color: #aa2012;
background-color: #aa2012;
/* Tailwind (arbitrary) */
class="text-[#aa2012] bg-[#aa2012]"
/* SCSS */
$brand: #aa2012;
/* SwiftUI */
Color(red: 0.667, green: 0.125, blue: 0.071)
/* Android */
Color.parseColor("#aa2012")Accessibility — WCAG contrast
Aa
#aa2012 on white: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#aa2012 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green12.5%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta81.2%
Yellow89.4%
Key (black)33.3%
Color previews
#aa2012 text on a black background
contrast 2.92:1
Card sample
#aa2012 text on a white background
contrast 7.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa2012;
Background color
Panel with #aa2012 background
background-color: #aa2012;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa2012;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 32, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 32, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa2012; background: linear-gradient(135deg, #aa2012, #AA8512);