#a39621
a dark, vivid yellow · cool · closest name: olive
RGB
163, 150, 33
HSL
54°, 66%, 38%
CMYK
0, 8, 80, 36
Luminance
0.2971
Every format
| HEX | #a39621 |
| RGB | rgb(163, 150, 33) |
| HSL | hsl(54, 66%, 38%) |
| CMYK | cmyk(0%, 8%, 80%, 36%) |
| LAB | lab(61.4 -7.9 58.3) |
| LCH | lch(61.4 58.8 97.7) |
| OKLCH | oklch(0.665 0.130 102.6) |
Copy-ready code
/* CSS */
color: #a39621;
background-color: #a39621;
/* Tailwind (arbitrary) */
class="text-[#a39621] bg-[#a39621]"
/* SCSS */
$brand: #a39621;
/* SwiftUI */
Color(red: 0.639, green: 0.588, blue: 0.129)
/* Android */
Color.parseColor("#a39621")Accessibility — WCAG contrast
Aa
#a39621 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a39621 on black: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green58.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta8.0%
Yellow79.8%
Key (black)36.1%
Color previews
#a39621 text on a black background
contrast 6.94:1
Card sample
#a39621 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a39621;
Background color
Panel with #a39621 background
background-color: #a39621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a39621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 150, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 150, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a39621; background: linear-gradient(135deg, #a39621, #59A321);