#aa080f
a dark, electric red · warm · closest name: firebrick
RGB
170, 8, 15
HSL
357°, 91%, 35%
CMYK
0, 95, 91, 33
Luminance
0.0875
Every format
| HEX | #aa080f |
| RGB | rgb(170, 8, 15) |
| HSL | hsl(357, 91%, 35%) |
| CMYK | cmyk(0%, 95%, 91%, 33%) |
| LAB | lab(35.5 58.3 43.6) |
| LCH | lch(35.5 72.8 36.8) |
| OKLCH | oklch(0.467 0.187 27.7) |
Copy-ready code
/* CSS */
color: #aa080f;
background-color: #aa080f;
/* Tailwind (arbitrary) */
class="text-[#aa080f] bg-[#aa080f]"
/* SCSS */
$brand: #aa080f;
/* SwiftUI */
Color(red: 0.667, green: 0.031, blue: 0.059)
/* Android */
Color.parseColor("#aa080f")Accessibility — WCAG contrast
Aa
#aa080f on white: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#aa080f on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green3.1%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta95.3%
Yellow91.2%
Key (black)33.3%
Color previews
#aa080f text on a black background
contrast 2.75:1
Card sample
#aa080f text on a white background
contrast 7.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa080f;
Background color
Panel with #aa080f background
background-color: #aa080f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa080f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 8, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 8, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa080f; background: linear-gradient(135deg, #aa080f, #AA6D08);