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