#a04b21
a dark, vivid orange · warm · closest name: sienna
RGB
160, 75, 33
HSL
20°, 66%, 38%
CMYK
0, 53, 79, 37
Luminance
0.1262
Every format
| HEX | #a04b21 |
| RGB | rgb(160, 75, 33) |
| HSL | hsl(20, 66%, 38%) |
| CMYK | cmyk(0%, 53%, 79%, 37%) |
| LAB | lab(42.2 32.5 40.1) |
| LCH | lch(42.2 51.7 51.0) |
| OKLCH | oklch(0.514 0.125 44.4) |
Copy-ready code
/* CSS */
color: #a04b21;
background-color: #a04b21;
/* Tailwind (arbitrary) */
class="text-[#a04b21] bg-[#a04b21]"
/* SCSS */
$brand: #a04b21;
/* SwiftUI */
Color(red: 0.627, green: 0.294, blue: 0.129)
/* Android */
Color.parseColor("#a04b21")Accessibility — WCAG contrast
Aa
#a04b21 on white: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a04b21 on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green29.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta53.1%
Yellow79.4%
Key (black)37.3%
Color previews
#a04b21 text on a black background
contrast 3.52:1
Card sample
#a04b21 text on a white background
contrast 5.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a04b21;
Background color
Panel with #a04b21 background
background-color: #a04b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a04b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 75, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 75, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a04b21; background: linear-gradient(135deg, #a04b21, #A09F21);