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