#aa0f13
a dark, electric red · warm · closest name: firebrick
RGB
170, 15, 19
HSL
359°, 84%, 36%
CMYK
0, 91, 89, 33
Luminance
0.0893
Every format
| HEX | #aa0f13 |
| RGB | rgb(170, 15, 19) |
| HSL | hsl(359, 84%, 36%) |
| CMYK | cmyk(0%, 91%, 89%, 33%) |
| LAB | lab(35.9 57.4 42.0) |
| LCH | lch(35.9 71.1 36.2) |
| OKLCH | oklch(0.469 0.184 27.6) |
Copy-ready code
/* CSS */
color: #aa0f13;
background-color: #aa0f13;
/* Tailwind (arbitrary) */
class="text-[#aa0f13] bg-[#aa0f13]"
/* SCSS */
$brand: #aa0f13;
/* SwiftUI */
Color(red: 0.667, green: 0.059, blue: 0.075)
/* Android */
Color.parseColor("#aa0f13")Accessibility — WCAG contrast
Aa
#aa0f13 on white: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#aa0f13 on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green5.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta91.2%
Yellow88.8%
Key (black)33.3%
Color previews
#aa0f13 text on a black background
contrast 2.79:1
Card sample
#aa0f13 text on a white background
contrast 7.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa0f13;
Background color
Panel with #aa0f13 background
background-color: #aa0f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa0f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 15, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 15, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa0f13; background: linear-gradient(135deg, #aa0f13, #AA730F);