#a76708
a dark, electric orange · warm · closest name: peru
RGB
167, 103, 8
HSL
36°, 91%, 34%
CMYK
0, 38, 95, 35
Luminance
0.1793
Every format
| HEX | #a76708 |
| RGB | rgb(167, 103, 8) |
| HSL | hsl(36, 91%, 34%) |
| CMYK | cmyk(0%, 38%, 95%, 35%) |
| LAB | lab(49.4 19.5 55.2) |
| LCH | lch(49.4 58.6 70.6) |
| OKLCH | oklch(0.571 0.124 67.3) |
Copy-ready code
/* CSS */
color: #a76708;
background-color: #a76708;
/* Tailwind (arbitrary) */
class="text-[#a76708] bg-[#a76708]"
/* SCSS */
$brand: #a76708;
/* SwiftUI */
Color(red: 0.655, green: 0.404, blue: 0.031)
/* Android */
Color.parseColor("#a76708")Accessibility — WCAG contrast
Aa
#a76708 on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a76708 on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green40.4%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow95.2%
Key (black)34.5%
Color previews
#a76708 text on a black background
contrast 4.59:1
Card sample
#a76708 text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a76708;
Background color
Panel with #a76708 background
background-color: #a76708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a76708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 103, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 103, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a76708; background: linear-gradient(135deg, #a76708, #7DA708);