#aa9999
a balanced, muted red · warm · closest name: gray
RGB
170, 153, 153
HSL
0°, 9%, 63%
CMYK
0, 10, 10, 33
Luminance
0.3363
Every format
| HEX | #aa9999 |
| RGB | rgb(170, 153, 153) |
| HSL | hsl(0, 9%, 63%) |
| CMYK | cmyk(0%, 10%, 10%, 33%) |
| LAB | lab(64.7 6.3 2.3) |
| LCH | lch(64.7 6.7 20.0) |
| OKLCH | oklch(0.698 0.020 17.6) |
Copy-ready code
/* CSS */
color: #aa9999;
background-color: #aa9999;
/* Tailwind (arbitrary) */
class="text-[#aa9999] bg-[#aa9999]"
/* SCSS */
$brand: #aa9999;
/* SwiftUI */
Color(red: 0.667, green: 0.600, blue: 0.600)
/* Android */
Color.parseColor("#aa9999")Accessibility — WCAG contrast
Aa
#aa9999 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aa9999 on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green60.0%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta10.0%
Yellow10.0%
Key (black)33.3%
Color previews
#aa9999 text on a black background
contrast 7.73:1
Card sample
#aa9999 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa9999;
Background color
Panel with #aa9999 background
background-color: #aa9999;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa9999;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 153, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 153, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa9999; background: linear-gradient(135deg, #aa9999, #AAA499);