#aa7253
a balanced, soft orange · warm · closest name: sienna
RGB
170, 114, 83
HSL
21°, 34%, 50%
CMYK
0, 33, 51, 33
Luminance
0.2121
Every format
| HEX | #aa7253 |
| RGB | rgb(170, 114, 83) |
| HSL | hsl(21, 34%, 50%) |
| CMYK | cmyk(0%, 33%, 51%, 33%) |
| LAB | lab(53.2 18.6 26.1) |
| LCH | lch(53.2 32.0 54.6) |
| OKLCH | oklch(0.603 0.084 49.6) |
Copy-ready code
/* CSS */
color: #aa7253;
background-color: #aa7253;
/* Tailwind (arbitrary) */
class="text-[#aa7253] bg-[#aa7253]"
/* SCSS */
$brand: #aa7253;
/* SwiftUI */
Color(red: 0.667, green: 0.447, blue: 0.325)
/* Android */
Color.parseColor("#aa7253")Accessibility — WCAG contrast
Aa
#aa7253 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa7253 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green44.7%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow51.2%
Key (black)33.3%
Color previews
#aa7253 text on a black background
contrast 5.24:1
Card sample
#aa7253 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa7253;
Background color
Panel with #aa7253 background
background-color: #aa7253;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa7253;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 114, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 114, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa7253; background: linear-gradient(135deg, #aa7253, #A8AA53);