#a46721
a dark, vivid orange · warm · closest name: peru
RGB
164, 103, 33
HSL
32°, 67%, 39%
CMYK
0, 37, 80, 36
Luminance
0.1770
Every format
| HEX | #a46721 |
| RGB | rgb(164, 103, 33) |
| HSL | hsl(32, 67%, 39%) |
| CMYK | cmyk(0%, 37%, 80%, 36%) |
| LAB | lab(49.1 18.8 47.1) |
| LCH | lch(49.1 50.7 68.2) |
| OKLCH | oklch(0.568 0.113 64.8) |
Copy-ready code
/* CSS */
color: #a46721;
background-color: #a46721;
/* Tailwind (arbitrary) */
class="text-[#a46721] bg-[#a46721]"
/* SCSS */
$brand: #a46721;
/* SwiftUI */
Color(red: 0.643, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#a46721")Accessibility — WCAG contrast
Aa
#a46721 on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a46721 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green40.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow79.9%
Key (black)35.7%
Color previews
#a46721 text on a black background
contrast 4.54:1
Card sample
#a46721 text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a46721;
Background color
Panel with #a46721 background
background-color: #a46721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a46721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a46721; background: linear-gradient(135deg, #a46721, #89A421);