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