#a45721
a dark, vivid orange · warm · closest name: sienna
RGB
164, 87, 33
HSL
25°, 67%, 39%
CMYK
0, 47, 80, 36
Luminance
0.1482
Every format
| HEX | #a45721 |
| RGB | rgb(164, 87, 33) |
| HSL | hsl(25, 67%, 39%) |
| CMYK | cmyk(0%, 47%, 80%, 36%) |
| LAB | lab(45.4 27.7 43.5) |
| LCH | lch(45.4 51.6 57.5) |
| OKLCH | oklch(0.539 0.121 51.7) |
Copy-ready code
/* CSS */
color: #a45721;
background-color: #a45721;
/* Tailwind (arbitrary) */
class="text-[#a45721] bg-[#a45721]"
/* SCSS */
$brand: #a45721;
/* SwiftUI */
Color(red: 0.643, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#a45721")Accessibility — WCAG contrast
Aa
#a45721 on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a45721 on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green34.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.0%
Yellow79.9%
Key (black)35.7%
Color previews
#a45721 text on a black background
contrast 3.96:1
Card sample
#a45721 text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a45721;
Background color
Panel with #a45721 background
background-color: #a45721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a45721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a45721; background: linear-gradient(135deg, #a45721, #9AA421);