#a47c01
a dark, electric yellow · cool · closest name: olive
RGB
164, 124, 1
HSL
45°, 99%, 32%
CMYK
0, 24, 99, 36
Luminance
0.2231
Every format
| HEX | #a47c01 |
| RGB | rgb(164, 124, 1) |
| HSL | hsl(45, 99%, 32%) |
| CMYK | cmyk(0%, 24%, 99%, 36%) |
| LAB | lab(54.4 6.2 59.9) |
| LCH | lch(54.4 60.2 84.1) |
| OKLCH | oklch(0.609 0.124 85.8) |
Copy-ready code
/* CSS */
color: #a47c01;
background-color: #a47c01;
/* Tailwind (arbitrary) */
class="text-[#a47c01] bg-[#a47c01]"
/* SCSS */
$brand: #a47c01;
/* SwiftUI */
Color(red: 0.643, green: 0.486, blue: 0.004)
/* Android */
Color.parseColor("#a47c01")Accessibility — WCAG contrast
Aa
#a47c01 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a47c01 on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green48.6%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta24.4%
Yellow99.4%
Key (black)35.7%
Color previews
#a47c01 text on a black background
contrast 5.46:1
Card sample
#a47c01 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a47c01;
Background color
Panel with #a47c01 background
background-color: #a47c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a47c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 124, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 124, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a47c01; background: linear-gradient(135deg, #a47c01, #5FA401);