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