#aa5544
a balanced, soft red · warm · closest name: sienna
RGB
170, 85, 68
HSL
10°, 43%, 47%
CMYK
0, 50, 60, 33
Luminance
0.1546
Every format
| HEX | #aa5544 |
| RGB | rgb(170, 85, 68) |
| HSL | hsl(10, 43%, 47%) |
| CMYK | cmyk(0%, 50%, 60%, 33%) |
| LAB | lab(46.3 33.3 25.9) |
| LCH | lch(46.3 42.2 37.9) |
| OKLCH | oklch(0.549 0.115 32.6) |
Copy-ready code
/* CSS */
color: #aa5544;
background-color: #aa5544;
/* Tailwind (arbitrary) */
class="text-[#aa5544] bg-[#aa5544]"
/* SCSS */
$brand: #aa5544;
/* SwiftUI */
Color(red: 0.667, green: 0.333, blue: 0.267)
/* Android */
Color.parseColor("#aa5544")Accessibility — WCAG contrast
Aa
#aa5544 on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa5544 on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green33.3%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow60.0%
Key (black)33.3%
Color previews
#aa5544 text on a black background
contrast 4.09:1
Card sample
#aa5544 text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa5544;
Background color
Panel with #aa5544 background
background-color: #aa5544;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa5544;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 85, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 85, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa5544; background: linear-gradient(135deg, #aa5544, #AA9944);