#aa6321
a dark, vivid orange · warm · closest name: peru
RGB
170, 99, 33
HSL
29°, 68%, 40%
CMYK
0, 42, 81, 33
Luminance
0.1758
Every format
| HEX | #aa6321 |
| RGB | rgb(170, 99, 33) |
| HSL | hsl(29, 68%, 40%) |
| CMYK | cmyk(0%, 42%, 81%, 33%) |
| LAB | lab(49.0 23.7 47.2) |
| LCH | lch(49.0 52.8 63.4) |
| OKLCH | oklch(0.569 0.120 58.7) |
Copy-ready code
/* CSS */
color: #aa6321;
background-color: #aa6321;
/* Tailwind (arbitrary) */
class="text-[#aa6321] bg-[#aa6321]"
/* SCSS */
$brand: #aa6321;
/* SwiftUI */
Color(red: 0.667, green: 0.388, blue: 0.129)
/* Android */
Color.parseColor("#aa6321")Accessibility — WCAG contrast
Aa
#aa6321 on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa6321 on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green38.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta41.8%
Yellow80.6%
Key (black)33.3%
Color previews
#aa6321 text on a black background
contrast 4.52:1
Card sample
#aa6321 text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa6321;
Background color
Panel with #aa6321 background
background-color: #aa6321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa6321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 99, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 99, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa6321; background: linear-gradient(135deg, #aa6321, #96AA21);