#a85321
a dark, vivid orange · warm · closest name: sienna
RGB
168, 83, 33
HSL
22°, 67%, 39%
CMYK
0, 51, 80, 34
Luminance
0.1462
Every format
| HEX | #a85321 |
| RGB | rgb(168, 83, 33) |
| HSL | hsl(22, 67%, 39%) |
| CMYK | cmyk(0%, 51%, 80%, 34%) |
| LAB | lab(45.1 31.6 43.4) |
| LCH | lch(45.1 53.7 54.0) |
| OKLCH | oklch(0.539 0.128 47.6) |
Copy-ready code
/* CSS */
color: #a85321;
background-color: #a85321;
/* Tailwind (arbitrary) */
class="text-[#a85321] bg-[#a85321]"
/* SCSS */
$brand: #a85321;
/* SwiftUI */
Color(red: 0.659, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#a85321")Accessibility — WCAG contrast
Aa
#a85321 on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a85321 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green32.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow80.4%
Key (black)34.1%
Color previews
#a85321 text on a black background
contrast 3.92:1
Card sample
#a85321 text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a85321;
Background color
Panel with #a85321 background
background-color: #a85321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a85321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a85321; background: linear-gradient(135deg, #a85321, #A3A821);