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