#a46021
a dark, vivid orange · warm · closest name: sienna
RGB
164, 96, 33
HSL
29°, 67%, 39%
CMYK
0, 42, 80, 36
Luminance
0.1637
Every format
| HEX | #a46021 |
| RGB | rgb(164, 96, 33) |
| HSL | hsl(29, 67%, 39%) |
| CMYK | cmyk(0%, 42%, 80%, 36%) |
| LAB | lab(47.5 22.7 45.5) |
| LCH | lch(47.5 50.8 63.4) |
| OKLCH | oklch(0.555 0.116 58.8) |
Copy-ready code
/* CSS */
color: #a46021;
background-color: #a46021;
/* Tailwind (arbitrary) */
class="text-[#a46021] bg-[#a46021]"
/* SCSS */
$brand: #a46021;
/* SwiftUI */
Color(red: 0.643, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#a46021")Accessibility — WCAG contrast
Aa
#a46021 on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a46021 on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green37.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta41.5%
Yellow79.9%
Key (black)35.7%
Color previews
#a46021 text on a black background
contrast 4.27:1
Card sample
#a46021 text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a46021;
Background color
Panel with #a46021 background
background-color: #a46021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a46021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a46021; background: linear-gradient(135deg, #a46021, #90A421);