#a85c2e
a dark, vivid orange · warm · closest name: sienna
RGB
168, 92, 46
HSL
23°, 57%, 42%
CMYK
0, 45, 73, 34
Luminance
0.1618
Every format
| HEX | #a85c2e |
| RGB | rgb(168, 92, 46) |
| HSL | hsl(23, 57%, 42%) |
| CMYK | cmyk(0%, 45%, 73%, 34%) |
| LAB | lab(47.2 27.3 39.2) |
| LCH | lch(47.2 47.7 55.2) |
| OKLCH | oklch(0.555 0.116 49.6) |
Copy-ready code
/* CSS */
color: #a85c2e;
background-color: #a85c2e;
/* Tailwind (arbitrary) */
class="text-[#a85c2e] bg-[#a85c2e]"
/* SCSS */
$brand: #a85c2e;
/* SwiftUI */
Color(red: 0.659, green: 0.361, blue: 0.180)
/* Android */
Color.parseColor("#a85c2e")Accessibility — WCAG contrast
Aa
#a85c2e on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a85c2e on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green36.1%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta45.2%
Yellow72.6%
Key (black)34.1%
Color previews
#a85c2e text on a black background
contrast 4.24:1
Card sample
#a85c2e text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a85c2e;
Background color
Panel with #a85c2e background
background-color: #a85c2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a85c2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 92, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 92, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a85c2e; background: linear-gradient(135deg, #a85c2e, #A3A82E);