#a76c01
a dark, electric orange · warm · closest name: peru
RGB
167, 108, 1
HSL
39°, 99%, 33%
CMYK
0, 35, 99, 35
Luminance
0.1894
Every format
| HEX | #a76c01 |
| RGB | rgb(167, 108, 1) |
| HSL | hsl(39, 99%, 33%) |
| CMYK | cmyk(0%, 35%, 99%, 35%) |
| LAB | lab(50.6 16.6 57.5) |
| LCH | lch(50.6 59.9 73.9) |
| OKLCH | oklch(0.580 0.124 71.8) |
Copy-ready code
/* CSS */
color: #a76c01;
background-color: #a76c01;
/* Tailwind (arbitrary) */
class="text-[#a76c01] bg-[#a76c01]"
/* SCSS */
$brand: #a76c01;
/* SwiftUI */
Color(red: 0.655, green: 0.424, blue: 0.004)
/* Android */
Color.parseColor("#a76c01")Accessibility — WCAG contrast
Aa
#a76c01 on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a76c01 on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green42.4%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta35.3%
Yellow99.4%
Key (black)34.5%
Color previews
#a76c01 text on a black background
contrast 4.79:1
Card sample
#a76c01 text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a76c01;
Background color
Panel with #a76c01 background
background-color: #a76c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a76c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 108, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 108, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a76c01; background: linear-gradient(135deg, #a76c01, #73A701);