#a84321
a dark, vivid orange · warm · closest name: sienna
RGB
168, 67, 33
HSL
15°, 67%, 39%
CMYK
0, 60, 80, 34
Luminance
0.1245
Every format
| HEX | #a84321 |
| RGB | rgb(168, 67, 33) |
| HSL | hsl(15, 67%, 39%) |
| CMYK | cmyk(0%, 60%, 80%, 34%) |
| LAB | lab(41.9 39.7 40.3) |
| LCH | lch(41.9 56.6 45.4) |
| OKLCH | oklch(0.514 0.141 38.3) |
Copy-ready code
/* CSS */
color: #a84321;
background-color: #a84321;
/* Tailwind (arbitrary) */
class="text-[#a84321] bg-[#a84321]"
/* SCSS */
$brand: #a84321;
/* SwiftUI */
Color(red: 0.659, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#a84321")Accessibility — WCAG contrast
Aa
#a84321 on white: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a84321 on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green26.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta60.1%
Yellow80.4%
Key (black)34.1%
Color previews
#a84321 text on a black background
contrast 3.49:1
Card sample
#a84321 text on a white background
contrast 6.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a84321;
Background color
Panel with #a84321 background
background-color: #a84321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a84321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a84321; background: linear-gradient(135deg, #a84321, #A89D21);