#a59621
a dark, vivid yellow · cool · closest name: olive
RGB
165, 150, 33
HSL
53°, 67%, 39%
CMYK
0, 9, 80, 35
Luminance
0.2992
Every format
| HEX | #a59621 |
| RGB | rgb(165, 150, 33) |
| HSL | hsl(53, 67%, 39%) |
| CMYK | cmyk(0%, 9%, 80%, 35%) |
| LAB | lab(61.6 -7.0 58.5) |
| LCH | lch(61.6 58.9 96.8) |
| OKLCH | oklch(0.666 0.130 101.5) |
Copy-ready code
/* CSS */
color: #a59621;
background-color: #a59621;
/* Tailwind (arbitrary) */
class="text-[#a59621] bg-[#a59621]"
/* SCSS */
$brand: #a59621;
/* SwiftUI */
Color(red: 0.647, green: 0.588, blue: 0.129)
/* Android */
Color.parseColor("#a59621")Accessibility — WCAG contrast
Aa
#a59621 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a59621 on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green58.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow80.0%
Key (black)35.3%
Color previews
#a59621 text on a black background
contrast 6.98:1
Card sample
#a59621 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a59621;
Background color
Panel with #a59621 background
background-color: #a59621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a59621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 150, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 150, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a59621; background: linear-gradient(135deg, #a59621, #5CA521);