#a04921
a dark, vivid orange · warm · closest name: sienna
RGB
160, 73, 33
HSL
19°, 66%, 38%
CMYK
0, 54, 79, 37
Luminance
0.1235
Every format
| HEX | #a04921 |
| RGB | rgb(160, 73, 33) |
| HSL | hsl(19, 66%, 38%) |
| CMYK | cmyk(0%, 54%, 79%, 37%) |
| LAB | lab(41.8 33.6 39.7) |
| LCH | lch(41.8 52.0 49.8) |
| OKLCH | oklch(0.511 0.127 43.1) |
Copy-ready code
/* CSS */
color: #a04921;
background-color: #a04921;
/* Tailwind (arbitrary) */
class="text-[#a04921] bg-[#a04921]"
/* SCSS */
$brand: #a04921;
/* SwiftUI */
Color(red: 0.627, green: 0.286, blue: 0.129)
/* Android */
Color.parseColor("#a04921")Accessibility — WCAG contrast
Aa
#a04921 on white: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a04921 on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green28.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta54.4%
Yellow79.4%
Key (black)37.3%
Color previews
#a04921 text on a black background
contrast 3.47:1
Card sample
#a04921 text on a white background
contrast 6.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a04921;
Background color
Panel with #a04921 background
background-color: #a04921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a04921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 73, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 73, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a04921; background: linear-gradient(135deg, #a04921, #A09D21);