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