#aa9988
a balanced, soft orange · warm · closest name: gray
RGB
170, 153, 136
HSL
30°, 17%, 60%
CMYK
0, 10, 20, 33
Luminance
0.3311
Every format
| HEX | #aa9988 |
| RGB | rgb(170, 153, 136) |
| HSL | hsl(30, 17%, 60%) |
| CMYK | cmyk(0%, 10%, 20%, 33%) |
| LAB | lab(64.3 3.4 11.2) |
| LCH | lch(64.3 11.7 73.0) |
| OKLCH | oklch(0.693 0.032 67.3) |
Copy-ready code
/* CSS */
color: #aa9988;
background-color: #aa9988;
/* Tailwind (arbitrary) */
class="text-[#aa9988] bg-[#aa9988]"
/* SCSS */
$brand: #aa9988;
/* SwiftUI */
Color(red: 0.667, green: 0.600, blue: 0.533)
/* Android */
Color.parseColor("#aa9988")Accessibility — WCAG contrast
Aa
#aa9988 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aa9988 on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green60.0%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta10.0%
Yellow20.0%
Key (black)33.3%
Color previews
#aa9988 text on a black background
contrast 7.62:1
Card sample
#aa9988 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa9988;
Background color
Panel with #aa9988 background
background-color: #aa9988;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa9988;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 153, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 153, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa9988; background: linear-gradient(135deg, #aa9988, #A4AA88);