#a36821
a dark, vivid orange · warm · closest name: peru
RGB
163, 104, 33
HSL
33°, 66%, 38%
CMYK
0, 36, 80, 36
Luminance
0.1780
Every format
| HEX | #a36821 |
| RGB | rgb(163, 104, 33) |
| HSL | hsl(33, 66%, 38%) |
| CMYK | cmyk(0%, 36%, 80%, 36%) |
| LAB | lab(49.3 17.8 47.1) |
| LCH | lch(49.3 50.4 69.3) |
| OKLCH | oklch(0.569 0.112 66.2) |
Copy-ready code
/* CSS */
color: #a36821;
background-color: #a36821;
/* Tailwind (arbitrary) */
class="text-[#a36821] bg-[#a36821]"
/* SCSS */
$brand: #a36821;
/* SwiftUI */
Color(red: 0.639, green: 0.408, blue: 0.129)
/* Android */
Color.parseColor("#a36821")Accessibility — WCAG contrast
Aa
#a36821 on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a36821 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green40.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta36.2%
Yellow79.8%
Key (black)36.1%
Color previews
#a36821 text on a black background
contrast 4.56:1
Card sample
#a36821 text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a36821;
Background color
Panel with #a36821 background
background-color: #a36821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a36821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 104, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 104, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a36821; background: linear-gradient(135deg, #a36821, #87A321);