#aa5500
a dark, electric orange · warm · closest name: chocolate
RGB
170, 85, 0
HSL
30°, 100%, 33%
CMYK
0, 50, 100, 33
Luminance
0.1504
Every format
| HEX | #aa5500 |
| RGB | rgb(170, 85, 0) |
| HSL | hsl(30, 100%, 33%) |
| CMYK | cmyk(0%, 50%, 100%, 33%) |
| LAB | lab(45.7 30.6 54.9) |
| LCH | lch(45.7 62.8 60.8) |
| OKLCH | oklch(0.543 0.136 54.1) |
Copy-ready code
/* CSS */
color: #aa5500;
background-color: #aa5500;
/* Tailwind (arbitrary) */
class="text-[#aa5500] bg-[#aa5500]"
/* SCSS */
$brand: #aa5500;
/* SwiftUI */
Color(red: 0.667, green: 0.333, blue: 0.000)
/* Android */
Color.parseColor("#aa5500")Accessibility — WCAG contrast
Aa
#aa5500 on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa5500 on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green33.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow100.0%
Key (black)33.3%
Color previews
#aa5500 text on a black background
contrast 4.01:1
Card sample
#aa5500 text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa5500;
Background color
Panel with #aa5500 background
background-color: #aa5500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa5500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 85, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 85, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa5500; background: linear-gradient(135deg, #aa5500, #8EAA00);