#a47721
a dark, vivid orange · warm · closest name: peru
RGB
164, 119, 33
HSL
39°, 67%, 39%
CMYK
0, 27, 80, 36
Luminance
0.2120
Every format
| HEX | #a47721 |
| RGB | rgb(164, 119, 33) |
| HSL | hsl(39, 67%, 39%) |
| CMYK | cmyk(0%, 27%, 80%, 36%) |
| LAB | lab(53.2 9.7 50.8) |
| LCH | lch(53.2 51.7 79.2) |
| OKLCH | oklch(0.600 0.113 78.9) |
Copy-ready code
/* CSS */
color: #a47721;
background-color: #a47721;
/* Tailwind (arbitrary) */
class="text-[#a47721] bg-[#a47721]"
/* SCSS */
$brand: #a47721;
/* SwiftUI */
Color(red: 0.643, green: 0.467, blue: 0.129)
/* Android */
Color.parseColor("#a47721")Accessibility — WCAG contrast
Aa
#a47721 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a47721 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green46.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow79.9%
Key (black)35.7%
Color previews
#a47721 text on a black background
contrast 5.24:1
Card sample
#a47721 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a47721;
Background color
Panel with #a47721 background
background-color: #a47721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a47721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 119, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 119, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a47721; background: linear-gradient(135deg, #a47721, #7AA421);