#a76821
a dark, vivid orange · warm · closest name: peru
RGB
167, 104, 33
HSL
32°, 67%, 39%
CMYK
0, 38, 80, 35
Luminance
0.1823
Every format
| HEX | #a76821 |
| RGB | rgb(167, 104, 33) |
| HSL | hsl(32, 67%, 39%) |
| CMYK | cmyk(0%, 38%, 80%, 35%) |
| LAB | lab(49.8 19.6 47.8) |
| LCH | lch(49.8 51.6 67.8) |
| OKLCH | oklch(0.574 0.115 64.2) |
Copy-ready code
/* CSS */
color: #a76821;
background-color: #a76821;
/* Tailwind (arbitrary) */
class="text-[#a76821] bg-[#a76821]"
/* SCSS */
$brand: #a76821;
/* SwiftUI */
Color(red: 0.655, green: 0.408, blue: 0.129)
/* Android */
Color.parseColor("#a76821")Accessibility — WCAG contrast
Aa
#a76821 on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a76821 on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green40.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta37.7%
Yellow80.2%
Key (black)34.5%
Color previews
#a76821 text on a black background
contrast 4.65:1
Card sample
#a76821 text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a76821;
Background color
Panel with #a76821 background
background-color: #a76821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a76821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 104, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 104, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a76821; background: linear-gradient(135deg, #a76821, #8DA721);