#a84921
a dark, vivid orange · warm · closest name: sienna
RGB
168, 73, 33
HSL
18°, 67%, 39%
CMYK
0, 57, 80, 34
Luminance
0.1320
Every format
| HEX | #a84921 |
| RGB | rgb(168, 73, 33) |
| HSL | hsl(18, 67%, 39%) |
| CMYK | cmyk(0%, 57%, 80%, 34%) |
| LAB | lab(43.1 36.8 41.5) |
| LCH | lch(43.1 55.4 48.4) |
| OKLCH | oklch(0.523 0.136 41.5) |
Copy-ready code
/* CSS */
color: #a84921;
background-color: #a84921;
/* Tailwind (arbitrary) */
class="text-[#a84921] bg-[#a84921]"
/* SCSS */
$brand: #a84921;
/* SwiftUI */
Color(red: 0.659, green: 0.286, blue: 0.129)
/* Android */
Color.parseColor("#a84921")Accessibility — WCAG contrast
Aa
#a84921 on white: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a84921 on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green28.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow80.4%
Key (black)34.1%
Color previews
#a84921 text on a black background
contrast 3.64:1
Card sample
#a84921 text on a white background
contrast 5.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a84921;
Background color
Panel with #a84921 background
background-color: #a84921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a84921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 73, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 73, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a84921; background: linear-gradient(135deg, #a84921, #A8A321);