#aa5511
a dark, electric orange · warm · closest name: chocolate
RGB
170, 85, 17
HSL
27°, 82%, 37%
CMYK
0, 50, 90, 33
Luminance
0.1508
Every format
| HEX | #aa5511 |
| RGB | rgb(170, 85, 17) |
| HSL | hsl(27, 82%, 37%) |
| CMYK | cmyk(0%, 50%, 90%, 33%) |
| LAB | lab(45.8 30.9 50.5) |
| LCH | lch(45.8 59.1 58.5) |
| OKLCH | oklch(0.544 0.133 52.0) |
Copy-ready code
/* CSS */
color: #aa5511;
background-color: #aa5511;
/* Tailwind (arbitrary) */
class="text-[#aa5511] bg-[#aa5511]"
/* SCSS */
$brand: #aa5511;
/* SwiftUI */
Color(red: 0.667, green: 0.333, blue: 0.067)
/* Android */
Color.parseColor("#aa5511")Accessibility — WCAG contrast
Aa
#aa5511 on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa5511 on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green33.3%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow90.0%
Key (black)33.3%
Color previews
#aa5511 text on a black background
contrast 4.02:1
Card sample
#aa5511 text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa5511;
Background color
Panel with #aa5511 background
background-color: #aa5511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa5511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 85, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 85, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa5511; background: linear-gradient(135deg, #aa5511, #99AA11);