#a49721
a dark, vivid yellow · cool · closest name: olive
RGB
164, 151, 33
HSL
54°, 67%, 39%
CMYK
0, 8, 80, 36
Luminance
0.3014
Every format
| HEX | #a49721 |
| RGB | rgb(164, 151, 33) |
| HSL | hsl(54, 67%, 39%) |
| CMYK | cmyk(0%, 8%, 80%, 36%) |
| LAB | lab(61.8 -8.0 58.6) |
| LCH | lch(61.8 59.1 97.7) |
| OKLCH | oklch(0.668 0.130 102.7) |
Copy-ready code
/* CSS */
color: #a49721;
background-color: #a49721;
/* Tailwind (arbitrary) */
class="text-[#a49721] bg-[#a49721]"
/* SCSS */
$brand: #a49721;
/* SwiftUI */
Color(red: 0.643, green: 0.592, blue: 0.129)
/* Android */
Color.parseColor("#a49721")Accessibility — WCAG contrast
Aa
#a49721 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a49721 on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green59.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow79.9%
Key (black)35.7%
Color previews
#a49721 text on a black background
contrast 7.03:1
Card sample
#a49721 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a49721;
Background color
Panel with #a49721 background
background-color: #a49721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a49721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 151, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 151, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a49721; background: linear-gradient(135deg, #a49721, #5AA421);