#aa8077
a balanced, soft red · warm · closest name: gray
RGB
170, 128, 119
HSL
11°, 23%, 57%
CMYK
0, 25, 30, 33
Luminance
0.2532
Every format
| HEX | #aa8077 |
| RGB | rgb(170, 128, 119) |
| HSL | hsl(11, 23%, 57%) |
| CMYK | cmyk(0%, 25%, 30%, 33%) |
| LAB | lab(57.4 14.9 11.2) |
| LCH | lch(57.4 18.6 36.9) |
| OKLCH | oklch(0.638 0.054 32.3) |
Copy-ready code
/* CSS */
color: #aa8077;
background-color: #aa8077;
/* Tailwind (arbitrary) */
class="text-[#aa8077] bg-[#aa8077]"
/* SCSS */
$brand: #aa8077;
/* SwiftUI */
Color(red: 0.667, green: 0.502, blue: 0.467)
/* Android */
Color.parseColor("#aa8077")Accessibility — WCAG contrast
Aa
#aa8077 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa8077 on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green50.2%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow30.0%
Key (black)33.3%
Color previews
#aa8077 text on a black background
contrast 6.06:1
Card sample
#aa8077 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa8077;
Background color
Panel with #aa8077 background
background-color: #aa8077;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa8077;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 128, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 128, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa8077; background: linear-gradient(135deg, #aa8077, #AAA277);