#a47713
a dark, electric yellow · warm · closest name: peru
RGB
164, 119, 19
HSL
41°, 79%, 36%
CMYK
0, 27, 88, 36
Luminance
0.2113
Every format
| HEX | #a47713 |
| RGB | rgb(164, 119, 19) |
| HSL | hsl(41, 79%, 36%) |
| CMYK | cmyk(0%, 27%, 88%, 36%) |
| LAB | lab(53.1 9.3 55.3) |
| LCH | lch(53.1 56.1 80.5) |
| OKLCH | oklch(0.599 0.119 80.7) |
Copy-ready code
/* CSS */
color: #a47713;
background-color: #a47713;
/* Tailwind (arbitrary) */
class="text-[#a47713] bg-[#a47713]"
/* SCSS */
$brand: #a47713;
/* SwiftUI */
Color(red: 0.643, green: 0.467, blue: 0.075)
/* Android */
Color.parseColor("#a47713")Accessibility — WCAG contrast
Aa
#a47713 on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a47713 on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green46.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow88.4%
Key (black)35.7%
Color previews
#a47713 text on a black background
contrast 5.23:1
Card sample
#a47713 text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a47713;
Background color
Panel with #a47713 background
background-color: #a47713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a47713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 119, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 119, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a47713; background: linear-gradient(135deg, #a47713, #70A413);