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