#aa333c
a dark, vivid red · warm · closest name: firebrick
RGB
170, 51, 60
HSL
356°, 54%, 43%
CMYK
0, 70, 65, 33
Luminance
0.1124
Every format
| HEX | #aa333c |
| RGB | rgb(170, 51, 60) |
| HSL | hsl(356, 54%, 43%) |
| CMYK | cmyk(0%, 70%, 65%, 33%) |
| LAB | lab(40.0 48.9 22.8) |
| LCH | lch(40.0 53.9 25.0) |
| OKLCH | oklch(0.502 0.154 20.6) |
Copy-ready code
/* CSS */
color: #aa333c;
background-color: #aa333c;
/* Tailwind (arbitrary) */
class="text-[#aa333c] bg-[#aa333c]"
/* SCSS */
$brand: #aa333c;
/* SwiftUI */
Color(red: 0.667, green: 0.200, blue: 0.235)
/* Android */
Color.parseColor("#aa333c")Accessibility — WCAG contrast
Aa
#aa333c on white: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa333c on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green20.0%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta70.0%
Yellow64.7%
Key (black)33.3%
Color previews
#aa333c text on a black background
contrast 3.25:1
Card sample
#aa333c text on a white background
contrast 6.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa333c;
Background color
Panel with #aa333c background
background-color: #aa333c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa333c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 51, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 51, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa333c; background: linear-gradient(135deg, #aa333c, #AA7933);