#a79521
a dark, vivid yellow · cool · closest name: olive
RGB
167, 149, 33
HSL
52°, 67%, 39%
CMYK
0, 11, 80, 35
Luminance
0.2982
Every format
| HEX | #a79521 |
| RGB | rgb(167, 149, 33) |
| HSL | hsl(52, 67%, 39%) |
| CMYK | cmyk(0%, 11%, 80%, 35%) |
| LAB | lab(61.5 -5.5 58.5) |
| LCH | lch(61.5 58.7 95.4) |
| OKLCH | oklch(0.666 0.129 99.8) |
Copy-ready code
/* CSS */
color: #a79521;
background-color: #a79521;
/* Tailwind (arbitrary) */
class="text-[#a79521] bg-[#a79521]"
/* SCSS */
$brand: #a79521;
/* SwiftUI */
Color(red: 0.655, green: 0.584, blue: 0.129)
/* Android */
Color.parseColor("#a79521")Accessibility — WCAG contrast
Aa
#a79521 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a79521 on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green58.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta10.8%
Yellow80.2%
Key (black)34.5%
Color previews
#a79521 text on a black background
contrast 6.96:1
Card sample
#a79521 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a79521;
Background color
Panel with #a79521 background
background-color: #a79521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a79521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 149, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 149, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a79521; background: linear-gradient(135deg, #a79521, #60A721);