#a84721
a dark, vivid orange · warm · closest name: sienna
RGB
168, 71, 33
HSL
17°, 67%, 39%
CMYK
0, 58, 80, 34
Luminance
0.1294
Every format
| HEX | #a84721 |
| RGB | rgb(168, 71, 33) |
| HSL | hsl(17, 67%, 39%) |
| CMYK | cmyk(0%, 58%, 80%, 34%) |
| LAB | lab(42.7 37.8 41.1) |
| LCH | lch(42.7 55.8 47.4) |
| OKLCH | oklch(0.520 0.138 40.4) |
Copy-ready code
/* CSS */
color: #a84721;
background-color: #a84721;
/* Tailwind (arbitrary) */
class="text-[#a84721] bg-[#a84721]"
/* SCSS */
$brand: #a84721;
/* SwiftUI */
Color(red: 0.659, green: 0.278, blue: 0.129)
/* Android */
Color.parseColor("#a84721")Accessibility — WCAG contrast
Aa
#a84721 on white: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a84721 on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green27.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta57.7%
Yellow80.4%
Key (black)34.1%
Color previews
#a84721 text on a black background
contrast 3.59:1
Card sample
#a84721 text on a white background
contrast 5.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a84721;
Background color
Panel with #a84721 background
background-color: #a84721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a84721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 71, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 71, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a84721; background: linear-gradient(135deg, #a84721, #A8A121);