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