#aa1413
a dark, electric red · warm · closest name: firebrick
RGB
170, 20, 19
HSL
0°, 80%, 37%
CMYK
0, 88, 89, 33
Luminance
0.0909
Every format
| HEX | #aa1413 |
| RGB | rgb(170, 20, 19) |
| HSL | hsl(0, 80%, 37%) |
| CMYK | cmyk(0%, 88%, 89%, 33%) |
| LAB | lab(36.2 56.6 42.2) |
| LCH | lch(36.2 70.6 36.7) |
| OKLCH | oklch(0.472 0.182 28.1) |
Copy-ready code
/* CSS */
color: #aa1413;
background-color: #aa1413;
/* Tailwind (arbitrary) */
class="text-[#aa1413] bg-[#aa1413]"
/* SCSS */
$brand: #aa1413;
/* SwiftUI */
Color(red: 0.667, green: 0.078, blue: 0.075)
/* Android */
Color.parseColor("#aa1413")Accessibility — WCAG contrast
Aa
#aa1413 on white: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#aa1413 on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green7.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta88.2%
Yellow88.8%
Key (black)33.3%
Color previews
#aa1413 text on a black background
contrast 2.82:1
Card sample
#aa1413 text on a white background
contrast 7.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa1413;
Background color
Panel with #aa1413 background
background-color: #aa1413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa1413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 20, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 20, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa1413; background: linear-gradient(135deg, #aa1413, #AA7913);