#a87721
a dark, vivid orange · warm · closest name: peru
RGB
168, 119, 33
HSL
38°, 67%, 39%
CMYK
0, 29, 80, 34
Luminance
0.2163
Every format
| HEX | #a87721 |
| RGB | rgb(168, 119, 33) |
| HSL | hsl(38, 67%, 39%) |
| CMYK | cmyk(0%, 29%, 80%, 34%) |
| LAB | lab(53.6 11.5 51.4) |
| LCH | lch(53.6 52.7 77.4) |
| OKLCH | oklch(0.605 0.115 76.5) |
Copy-ready code
/* CSS */
color: #a87721;
background-color: #a87721;
/* Tailwind (arbitrary) */
class="text-[#a87721] bg-[#a87721]"
/* SCSS */
$brand: #a87721;
/* SwiftUI */
Color(red: 0.659, green: 0.467, blue: 0.129)
/* Android */
Color.parseColor("#a87721")Accessibility — WCAG contrast
Aa
#a87721 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a87721 on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green46.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta29.2%
Yellow80.4%
Key (black)34.1%
Color previews
#a87721 text on a black background
contrast 5.33:1
Card sample
#a87721 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a87721;
Background color
Panel with #a87721 background
background-color: #a87721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a87721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 119, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 119, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a87721; background: linear-gradient(135deg, #a87721, #7FA821);