#aa6666
a balanced, soft red · warm · closest name: sienna
RGB
170, 102, 102
HSL
0°, 29%, 53%
CMYK
0, 40, 40, 33
Luminance
0.1901
Every format
| HEX | #aa6666 |
| RGB | rgb(170, 102, 102) |
| HSL | hsl(0, 29%, 53%) |
| CMYK | cmyk(0%, 40%, 40%, 33%) |
| LAB | lab(50.7 27.3 11.7) |
| LCH | lch(50.7 29.8 23.2) |
| OKLCH | oklch(0.585 0.088 20.1) |
Copy-ready code
/* CSS */
color: #aa6666;
background-color: #aa6666;
/* Tailwind (arbitrary) */
class="text-[#aa6666] bg-[#aa6666]"
/* SCSS */
$brand: #aa6666;
/* SwiftUI */
Color(red: 0.667, green: 0.400, blue: 0.400)
/* Android */
Color.parseColor("#aa6666")Accessibility — WCAG contrast
Aa
#aa6666 on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa6666 on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green40.0%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow40.0%
Key (black)33.3%
Color previews
#aa6666 text on a black background
contrast 4.80:1
Card sample
#aa6666 text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa6666;
Background color
Panel with #aa6666 background
background-color: #aa6666;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa6666;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 102, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 102, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa6666; background: linear-gradient(135deg, #aa6666, #AA9366);