#a97321
a dark, vivid orange · warm · closest name: peru
RGB
169, 115, 33
HSL
36°, 67%, 40%
CMYK
0, 32, 81, 34
Luminance
0.2081
Every format
| HEX | #a97321 |
| RGB | rgb(169, 115, 33) |
| HSL | hsl(36, 67%, 40%) |
| CMYK | cmyk(0%, 32%, 81%, 34%) |
| LAB | lab(52.7 14.2 50.6) |
| LCH | lch(52.7 52.6 74.3) |
| OKLCH | oklch(0.598 0.115 72.5) |
Copy-ready code
/* CSS */
color: #a97321;
background-color: #a97321;
/* Tailwind (arbitrary) */
class="text-[#a97321] bg-[#a97321]"
/* SCSS */
$brand: #a97321;
/* SwiftUI */
Color(red: 0.663, green: 0.451, blue: 0.129)
/* Android */
Color.parseColor("#a97321")Accessibility — WCAG contrast
Aa
#a97321 on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a97321 on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green45.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow80.5%
Key (black)33.7%
Color previews
#a97321 text on a black background
contrast 5.16:1
Card sample
#a97321 text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a97321;
Background color
Panel with #a97321 background
background-color: #a97321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a97321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 115, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 115, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a97321; background: linear-gradient(135deg, #a97321, #84A921);