#a39321
a dark, vivid yellow · cool · closest name: olive
RGB
163, 147, 33
HSL
53°, 66%, 38%
CMYK
0, 10, 80, 36
Luminance
0.2876
Every format
| HEX | #a39321 |
| RGB | rgb(163, 147, 33) |
| HSL | hsl(53, 66%, 38%) |
| CMYK | cmyk(0%, 10%, 80%, 36%) |
| LAB | lab(60.6 -6.3 57.5) |
| LCH | lch(60.6 57.9 96.2) |
| OKLCH | oklch(0.658 0.127 100.8) |
Copy-ready code
/* CSS */
color: #a39321;
background-color: #a39321;
/* Tailwind (arbitrary) */
class="text-[#a39321] bg-[#a39321]"
/* SCSS */
$brand: #a39321;
/* SwiftUI */
Color(red: 0.639, green: 0.576, blue: 0.129)
/* Android */
Color.parseColor("#a39321")Accessibility — WCAG contrast
Aa
#a39321 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a39321 on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green57.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow79.8%
Key (black)36.1%
Color previews
#a39321 text on a black background
contrast 6.75:1
Card sample
#a39321 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a39321;
Background color
Panel with #a39321 background
background-color: #a39321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a39321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 147, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 147, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a39321; background: linear-gradient(135deg, #a39321, #5CA321);