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