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