#a58921
a dark, vivid yellow · cool · closest name: olive
RGB
165, 137, 33
HSL
47°, 67%, 39%
CMYK
0, 17, 80, 35
Luminance
0.2600
Every format
| HEX | #a58921 |
| RGB | rgb(165, 137, 33) |
| HSL | hsl(47, 67%, 39%) |
| CMYK | cmyk(0%, 17%, 80%, 35%) |
| LAB | lab(58.0 0.1 55.3) |
| LCH | lch(58.0 55.3 89.9) |
| OKLCH | oklch(0.638 0.120 92.8) |
Copy-ready code
/* CSS */
color: #a58921;
background-color: #a58921;
/* Tailwind (arbitrary) */
class="text-[#a58921] bg-[#a58921]"
/* SCSS */
$brand: #a58921;
/* SwiftUI */
Color(red: 0.647, green: 0.537, blue: 0.129)
/* Android */
Color.parseColor("#a58921")Accessibility — WCAG contrast
Aa
#a58921 on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a58921 on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green53.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow80.0%
Key (black)35.3%
Color previews
#a58921 text on a black background
contrast 6.20:1
Card sample
#a58921 text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a58921;
Background color
Panel with #a58921 background
background-color: #a58921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a58921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 137, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 137, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a58921; background: linear-gradient(135deg, #a58921, #69A521);