#a87421
a dark, vivid orange · warm · closest name: peru
RGB
168, 116, 33
HSL
37°, 67%, 39%
CMYK
0, 31, 80, 34
Luminance
0.2093
Every format
| HEX | #a87421 |
| RGB | rgb(168, 116, 33) |
| HSL | hsl(37, 67%, 39%) |
| CMYK | cmyk(0%, 31%, 80%, 34%) |
| LAB | lab(52.9 13.2 50.7) |
| LCH | lch(52.9 52.4 75.4) |
| OKLCH | oklch(0.599 0.115 73.9) |
Copy-ready code
/* CSS */
color: #a87421;
background-color: #a87421;
/* Tailwind (arbitrary) */
class="text-[#a87421] bg-[#a87421]"
/* SCSS */
$brand: #a87421;
/* SwiftUI */
Color(red: 0.659, green: 0.455, blue: 0.129)
/* Android */
Color.parseColor("#a87421")Accessibility — WCAG contrast
Aa
#a87421 on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a87421 on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green45.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta31.0%
Yellow80.4%
Key (black)34.1%
Color previews
#a87421 text on a black background
contrast 5.19:1
Card sample
#a87421 text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a87421;
Background color
Panel with #a87421 background
background-color: #a87421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a87421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 116, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 116, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a87421; background: linear-gradient(135deg, #a87421, #82A821);