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