#a76f21
a dark, vivid orange · warm · closest name: peru
RGB
167, 111, 33
HSL
35°, 67%, 39%
CMYK
0, 34, 80, 35
Luminance
0.1969
Every format
| HEX | #a76f21 |
| RGB | rgb(167, 111, 33) |
| HSL | hsl(35, 67%, 39%) |
| CMYK | cmyk(0%, 34%, 80%, 35%) |
| LAB | lab(51.5 15.6 49.4) |
| LCH | lch(51.5 51.8 72.5) |
| OKLCH | oklch(0.588 0.114 70.2) |
Copy-ready code
/* CSS */
color: #a76f21;
background-color: #a76f21;
/* Tailwind (arbitrary) */
class="text-[#a76f21] bg-[#a76f21]"
/* SCSS */
$brand: #a76f21;
/* SwiftUI */
Color(red: 0.655, green: 0.435, blue: 0.129)
/* Android */
Color.parseColor("#a76f21")Accessibility — WCAG contrast
Aa
#a76f21 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a76f21 on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green43.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow80.2%
Key (black)34.5%
Color previews
#a76f21 text on a black background
contrast 4.94:1
Card sample
#a76f21 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a76f21;
Background color
Panel with #a76f21 background
background-color: #a76f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a76f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 111, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 111, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a76f21; background: linear-gradient(135deg, #a76f21, #86A721);