#a45d21
a dark, vivid orange · warm · closest name: sienna
RGB
164, 93, 33
HSL
28°, 67%, 39%
CMYK
0, 43, 80, 36
Luminance
0.1583
Every format
| HEX | #a45d21 |
| RGB | rgb(164, 93, 33) |
| HSL | hsl(28, 67%, 39%) |
| CMYK | cmyk(0%, 43%, 80%, 36%) |
| LAB | lab(46.8 24.4 44.8) |
| LCH | lch(46.8 51.0 61.4) |
| OKLCH | oklch(0.550 0.117 56.4) |
Copy-ready code
/* CSS */
color: #a45d21;
background-color: #a45d21;
/* Tailwind (arbitrary) */
class="text-[#a45d21] bg-[#a45d21]"
/* SCSS */
$brand: #a45d21;
/* SwiftUI */
Color(red: 0.643, green: 0.365, blue: 0.129)
/* Android */
Color.parseColor("#a45d21")Accessibility — WCAG contrast
Aa
#a45d21 on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a45d21 on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green36.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta43.3%
Yellow79.9%
Key (black)35.7%
Color previews
#a45d21 text on a black background
contrast 4.17:1
Card sample
#a45d21 text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a45d21;
Background color
Panel with #a45d21 background
background-color: #a45d21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a45d21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 93, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 93, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a45d21; background: linear-gradient(135deg, #a45d21, #94A421);