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