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