#a45d17
a dark, electric orange · warm · closest name: sienna
RGB
164, 93, 23
HSL
30°, 75%, 37%
CMYK
0, 43, 86, 36
Luminance
0.1578
Every format
| HEX | #a45d17 |
| RGB | rgb(164, 93, 23) |
| HSL | hsl(30, 75%, 37%) |
| CMYK | cmyk(0%, 43%, 86%, 36%) |
| LAB | lab(46.7 24.1 48.8) |
| LCH | lch(46.7 54.4 63.7) |
| OKLCH | oklch(0.549 0.121 58.8) |
Copy-ready code
/* CSS */
color: #a45d17;
background-color: #a45d17;
/* Tailwind (arbitrary) */
class="text-[#a45d17] bg-[#a45d17]"
/* SCSS */
$brand: #a45d17;
/* SwiftUI */
Color(red: 0.643, green: 0.365, blue: 0.090)
/* Android */
Color.parseColor("#a45d17")Accessibility — WCAG contrast
Aa
#a45d17 on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a45d17 on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green36.5%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta43.3%
Yellow86.0%
Key (black)35.7%
Color previews
#a45d17 text on a black background
contrast 4.16:1
Card sample
#a45d17 text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a45d17;
Background color
Panel with #a45d17 background
background-color: #a45d17;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a45d17;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 93, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 93, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a45d17; background: linear-gradient(135deg, #a45d17, #8DA417);