#aa6677
a balanced, soft red · warm · closest name: gray
RGB
170, 102, 119
HSL
345°, 29%, 53%
CMYK
0, 40, 30, 33
Luminance
0.1938
Every format
| HEX | #aa6677 |
| RGB | rgb(170, 102, 119) |
| HSL | hsl(345, 29%, 53%) |
| CMYK | cmyk(0%, 40%, 30%, 33%) |
| LAB | lab(51.1 29.5 2.3) |
| LCH | lch(51.1 29.6 4.4) |
| OKLCH | oklch(0.590 0.090 4.0) |
Copy-ready code
/* CSS */
color: #aa6677;
background-color: #aa6677;
/* Tailwind (arbitrary) */
class="text-[#aa6677] bg-[#aa6677]"
/* SCSS */
$brand: #aa6677;
/* SwiftUI */
Color(red: 0.667, green: 0.400, blue: 0.467)
/* Android */
Color.parseColor("#aa6677")Accessibility — WCAG contrast
Aa
#aa6677 on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa6677 on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green40.0%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow30.0%
Key (black)33.3%
Color previews
#aa6677 text on a black background
contrast 4.88:1
Card sample
#aa6677 text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa6677;
Background color
Panel with #aa6677 background
background-color: #aa6677;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa6677;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 102, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 102, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa6677; background: linear-gradient(135deg, #aa6677, #AA8266);