#aa2239
a dark, vivid red · warm · closest name: firebrick
RGB
170, 34, 57
HSL
350°, 67%, 40%
CMYK
0, 80, 67, 33
Luminance
0.0999
Every format
| HEX | #aa2239 |
| RGB | rgb(170, 34, 57) |
| HSL | hsl(350, 67%, 40%) |
| CMYK | cmyk(0%, 80%, 67%, 33%) |
| LAB | lab(37.8 54.6 21.9) |
| LCH | lch(37.8 58.8 21.8) |
| OKLCH | oklch(0.485 0.170 17.8) |
Copy-ready code
/* CSS */
color: #aa2239;
background-color: #aa2239;
/* Tailwind (arbitrary) */
class="text-[#aa2239] bg-[#aa2239]"
/* SCSS */
$brand: #aa2239;
/* SwiftUI */
Color(red: 0.667, green: 0.133, blue: 0.224)
/* Android */
Color.parseColor("#aa2239")Accessibility — WCAG contrast
Aa
#aa2239 on white: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#aa2239 on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green13.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow66.5%
Key (black)33.3%
Color previews
#aa2239 text on a black background
contrast 3.00:1
Card sample
#aa2239 text on a white background
contrast 7.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa2239;
Background color
Panel with #aa2239 background
background-color: #aa2239;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa2239;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 34, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 34, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa2239; background: linear-gradient(135deg, #aa2239, #AA6622);