#a39721
a dark, vivid yellow · cool · closest name: olive
RGB
163, 151, 33
HSL
55°, 66%, 38%
CMYK
0, 7, 80, 36
Luminance
0.3003
Every format
| HEX | #a39721 |
| RGB | rgb(163, 151, 33) |
| HSL | hsl(55, 66%, 38%) |
| CMYK | cmyk(0%, 7%, 80%, 36%) |
| LAB | lab(61.7 -8.4 58.5) |
| LCH | lch(61.7 59.1 98.2) |
| OKLCH | oklch(0.667 0.131 103.2) |
Copy-ready code
/* CSS */
color: #a39721;
background-color: #a39721;
/* Tailwind (arbitrary) */
class="text-[#a39721] bg-[#a39721]"
/* SCSS */
$brand: #a39721;
/* SwiftUI */
Color(red: 0.639, green: 0.592, blue: 0.129)
/* Android */
Color.parseColor("#a39721")Accessibility — WCAG contrast
Aa
#a39721 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a39721 on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green59.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow79.8%
Key (black)36.1%
Color previews
#a39721 text on a black background
contrast 7.01:1
Card sample
#a39721 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a39721;
Background color
Panel with #a39721 background
background-color: #a39721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a39721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 151, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 151, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a39721; background: linear-gradient(135deg, #a39721, #58A321);