#a59021
a dark, vivid yellow · cool · closest name: olive
RGB
165, 144, 33
HSL
51°, 67%, 39%
CMYK
0, 13, 80, 35
Luminance
0.2806
Every format
| HEX | #a59021 |
| RGB | rgb(165, 144, 33) |
| HSL | hsl(51, 67%, 39%) |
| CMYK | cmyk(0%, 13%, 80%, 35%) |
| LAB | lab(59.9 -3.7 57.0) |
| LCH | lch(59.9 57.1 93.7) |
| OKLCH | oklch(0.653 0.125 97.7) |
Copy-ready code
/* CSS */
color: #a59021;
background-color: #a59021;
/* Tailwind (arbitrary) */
class="text-[#a59021] bg-[#a59021]"
/* SCSS */
$brand: #a59021;
/* SwiftUI */
Color(red: 0.647, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#a59021")Accessibility — WCAG contrast
Aa
#a59021 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a59021 on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green56.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow80.0%
Key (black)35.3%
Color previews
#a59021 text on a black background
contrast 6.61:1
Card sample
#a59021 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a59021;
Background color
Panel with #a59021 background
background-color: #a59021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a59021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a59021; background: linear-gradient(135deg, #a59021, #62A521);