#a49e21
a dark, vivid yellow · cool · closest name: olive
RGB
164, 158, 33
HSL
57°, 67%, 39%
CMYK
0, 4, 80, 36
Luminance
0.3246
Every format
| HEX | #a49e21 |
| RGB | rgb(164, 158, 33) |
| HSL | hsl(57, 67%, 39%) |
| CMYK | cmyk(0%, 4%, 80%, 36%) |
| LAB | lab(63.7 -11.7 60.3) |
| LCH | lch(63.7 61.5 100.9) |
| OKLCH | oklch(0.683 0.137 106.6) |
Copy-ready code
/* CSS */
color: #a49e21;
background-color: #a49e21;
/* Tailwind (arbitrary) */
class="text-[#a49e21] bg-[#a49e21]"
/* SCSS */
$brand: #a49e21;
/* SwiftUI */
Color(red: 0.643, green: 0.620, blue: 0.129)
/* Android */
Color.parseColor("#a49e21")Accessibility — WCAG contrast
Aa
#a49e21 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a49e21 on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green62.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta3.7%
Yellow79.9%
Key (black)35.7%
Color previews
#a49e21 text on a black background
contrast 7.49:1
Card sample
#a49e21 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a49e21;
Background color
Panel with #a49e21 background
background-color: #a49e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a49e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 158, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 158, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a49e21; background: linear-gradient(135deg, #a49e21, #53A421);