#aa5708
a dark, electric orange · warm · closest name: chocolate
RGB
170, 87, 8
HSL
29°, 91%, 35%
CMYK
0, 49, 95, 33
Luminance
0.1538
Every format
| HEX | #aa5708 |
| RGB | rgb(170, 87, 8) |
| HSL | hsl(29, 91%, 35%) |
| CMYK | cmyk(0%, 49%, 95%, 33%) |
| LAB | lab(46.1 29.6 53.1) |
| LCH | lch(46.1 60.9 60.8) |
| OKLCH | oklch(0.547 0.133 54.5) |
Copy-ready code
/* CSS */
color: #aa5708;
background-color: #aa5708;
/* Tailwind (arbitrary) */
class="text-[#aa5708] bg-[#aa5708]"
/* SCSS */
$brand: #aa5708;
/* SwiftUI */
Color(red: 0.667, green: 0.341, blue: 0.031)
/* Android */
Color.parseColor("#aa5708")Accessibility — WCAG contrast
Aa
#aa5708 on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa5708 on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green34.1%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta48.8%
Yellow95.3%
Key (black)33.3%
Color previews
#aa5708 text on a black background
contrast 4.08:1
Card sample
#aa5708 text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa5708;
Background color
Panel with #aa5708 background
background-color: #aa5708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa5708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 87, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 87, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa5708; background: linear-gradient(135deg, #aa5708, #91AA08);