#a85d21
a dark, vivid orange · warm · closest name: sienna
RGB
168, 93, 33
HSL
27°, 67%, 39%
CMYK
0, 45, 80, 34
Luminance
0.1626
Every format
| HEX | #a85d21 |
| RGB | rgb(168, 93, 33) |
| HSL | hsl(27, 67%, 39%) |
| CMYK | cmyk(0%, 45%, 80%, 34%) |
| LAB | lab(47.3 26.1 45.5) |
| LCH | lch(47.3 52.5 60.2) |
| OKLCH | oklch(0.556 0.121 54.8) |
Copy-ready code
/* CSS */
color: #a85d21;
background-color: #a85d21;
/* Tailwind (arbitrary) */
class="text-[#a85d21] bg-[#a85d21]"
/* SCSS */
$brand: #a85d21;
/* SwiftUI */
Color(red: 0.659, green: 0.365, blue: 0.129)
/* Android */
Color.parseColor("#a85d21")Accessibility — WCAG contrast
Aa
#a85d21 on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a85d21 on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green36.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta44.6%
Yellow80.4%
Key (black)34.1%
Color previews
#a85d21 text on a black background
contrast 4.25:1
Card sample
#a85d21 text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a85d21;
Background color
Panel with #a85d21 background
background-color: #a85d21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a85d21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 93, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 93, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a85d21; background: linear-gradient(135deg, #a85d21, #99A821);