#aa948e
a balanced, muted red · warm · closest name: gray
RGB
170, 148, 142
HSL
13°, 14%, 61%
CMYK
0, 13, 17, 33
Luminance
0.3168
Every format
| HEX | #aa948e |
| RGB | rgb(170, 148, 142) |
| HSL | hsl(13, 14%, 61%) |
| CMYK | cmyk(0%, 13%, 17%, 33%) |
| LAB | lab(63.1 7.2 6.2) |
| LCH | lch(63.1 9.5 40.8) |
| OKLCH | oklch(0.684 0.028 35.7) |
Copy-ready code
/* CSS */
color: #aa948e;
background-color: #aa948e;
/* Tailwind (arbitrary) */
class="text-[#aa948e] bg-[#aa948e]"
/* SCSS */
$brand: #aa948e;
/* SwiftUI */
Color(red: 0.667, green: 0.580, blue: 0.557)
/* Android */
Color.parseColor("#aa948e")Accessibility — WCAG contrast
Aa
#aa948e on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aa948e on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green58.0%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta12.9%
Yellow16.5%
Key (black)33.3%
Color previews
#aa948e text on a black background
contrast 7.34:1
Card sample
#aa948e text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa948e;
Background color
Panel with #aa948e background
background-color: #aa948e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa948e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 148, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 148, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa948e; background: linear-gradient(135deg, #aa948e, #AAA78E);