#a47921
a dark, vivid yellow · warm · closest name: peru
RGB
164, 121, 33
HSL
40°, 67%, 39%
CMYK
0, 26, 80, 36
Luminance
0.2168
Every format
| HEX | #a47921 |
| RGB | rgb(164, 121, 33) |
| HSL | hsl(40, 67%, 39%) |
| CMYK | cmyk(0%, 26%, 80%, 36%) |
| LAB | lab(53.7 8.6 51.3) |
| LCH | lch(53.7 52.0 80.5) |
| OKLCH | oklch(0.604 0.113 80.6) |
Copy-ready code
/* CSS */
color: #a47921;
background-color: #a47921;
/* Tailwind (arbitrary) */
class="text-[#a47921] bg-[#a47921]"
/* SCSS */
$brand: #a47921;
/* SwiftUI */
Color(red: 0.643, green: 0.475, blue: 0.129)
/* Android */
Color.parseColor("#a47921")Accessibility — WCAG contrast
Aa
#a47921 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a47921 on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green47.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow79.9%
Key (black)35.7%
Color previews
#a47921 text on a black background
contrast 5.34:1
Card sample
#a47921 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a47921;
Background color
Panel with #a47921 background
background-color: #a47921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a47921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 121, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 121, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a47921; background: linear-gradient(135deg, #a47921, #78A421);