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