#a47708
a dark, electric yellow · warm · closest name: peru
RGB
164, 119, 8
HSL
43°, 91%, 34%
CMYK
0, 27, 95, 36
Luminance
0.2110
Every format
| HEX | #a47708 |
| RGB | rgb(164, 119, 8) |
| HSL | hsl(43, 91%, 34%) |
| CMYK | cmyk(0%, 27%, 95%, 36%) |
| LAB | lab(53.1 9.1 57.7) |
| LCH | lch(53.1 58.4 81.1) |
| OKLCH | oklch(0.599 0.121 81.6) |
Copy-ready code
/* CSS */
color: #a47708;
background-color: #a47708;
/* Tailwind (arbitrary) */
class="text-[#a47708] bg-[#a47708]"
/* SCSS */
$brand: #a47708;
/* SwiftUI */
Color(red: 0.643, green: 0.467, blue: 0.031)
/* Android */
Color.parseColor("#a47708")Accessibility — WCAG contrast
Aa
#a47708 on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a47708 on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green46.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow95.1%
Key (black)35.7%
Color previews
#a47708 text on a black background
contrast 5.22:1
Card sample
#a47708 text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a47708;
Background color
Panel with #a47708 background
background-color: #a47708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a47708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 119, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 119, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a47708; background: linear-gradient(135deg, #a47708, #69A408);