#a04621
a dark, vivid orange · warm · closest name: sienna
RGB
160, 70, 33
HSL
18°, 66%, 38%
CMYK
0, 56, 79, 37
Luminance
0.1196
Every format
| HEX | #a04621 |
| RGB | rgb(160, 70, 33) |
| HSL | hsl(18, 66%, 38%) |
| CMYK | cmyk(0%, 56%, 79%, 37%) |
| LAB | lab(41.2 35.1 39.1) |
| LCH | lch(41.2 52.6 48.1) |
| OKLCH | oklch(0.506 0.130 41.2) |
Copy-ready code
/* CSS */
color: #a04621;
background-color: #a04621;
/* Tailwind (arbitrary) */
class="text-[#a04621] bg-[#a04621]"
/* SCSS */
$brand: #a04621;
/* SwiftUI */
Color(red: 0.627, green: 0.275, blue: 0.129)
/* Android */
Color.parseColor("#a04621")Accessibility — WCAG contrast
Aa
#a04621 on white: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a04621 on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green27.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta56.3%
Yellow79.4%
Key (black)37.3%
Color previews
#a04621 text on a black background
contrast 3.39:1
Card sample
#a04621 text on a white background
contrast 6.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a04621;
Background color
Panel with #a04621 background
background-color: #a04621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a04621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 70, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 70, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a04621; background: linear-gradient(135deg, #a04621, #A09B21);