#aa555b
a balanced, soft red · warm · closest name: sienna
RGB
170, 85, 91
HSL
356°, 33%, 50%
CMYK
0, 50, 47, 33
Luminance
0.1580
Every format
| HEX | #aa555b |
| RGB | rgb(170, 85, 91) |
| HSL | hsl(356, 33%, 50%) |
| CMYK | cmyk(0%, 50%, 47%, 33%) |
| LAB | lab(46.7 35.4 12.8) |
| LCH | lch(46.7 37.6 19.9) |
| OKLCH | oklch(0.554 0.112 17.0) |
Copy-ready code
/* CSS */
color: #aa555b;
background-color: #aa555b;
/* Tailwind (arbitrary) */
class="text-[#aa555b] bg-[#aa555b]"
/* SCSS */
$brand: #aa555b;
/* SwiftUI */
Color(red: 0.667, green: 0.333, blue: 0.357)
/* Android */
Color.parseColor("#aa555b")Accessibility — WCAG contrast
Aa
#aa555b on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa555b on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green33.3%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow46.5%
Key (black)33.3%
Color previews
#aa555b text on a black background
contrast 4.16:1
Card sample
#aa555b text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa555b;
Background color
Panel with #aa555b background
background-color: #aa555b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa555b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 85, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 85, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa555b; background: linear-gradient(135deg, #aa555b, #AA8855);