#a46708
a dark, electric orange · warm · closest name: peru
RGB
164, 103, 8
HSL
37°, 91%, 34%
CMYK
0, 37, 95, 36
Luminance
0.1761
Every format
| HEX | #a46708 |
| RGB | rgb(164, 103, 8) |
| HSL | hsl(37, 91%, 34%) |
| CMYK | cmyk(0%, 37%, 95%, 36%) |
| LAB | lab(49.0 18.1 54.8) |
| LCH | lch(49.0 57.7 71.7) |
| OKLCH | oklch(0.567 0.121 68.8) |
Copy-ready code
/* CSS */
color: #a46708;
background-color: #a46708;
/* Tailwind (arbitrary) */
class="text-[#a46708] bg-[#a46708]"
/* SCSS */
$brand: #a46708;
/* SwiftUI */
Color(red: 0.643, green: 0.404, blue: 0.031)
/* Android */
Color.parseColor("#a46708")Accessibility — WCAG contrast
Aa
#a46708 on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a46708 on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green40.4%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow95.1%
Key (black)35.7%
Color previews
#a46708 text on a black background
contrast 4.52:1
Card sample
#a46708 text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a46708;
Background color
Panel with #a46708 background
background-color: #a46708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a46708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 103, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 103, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a46708; background: linear-gradient(135deg, #a46708, #79A408);