#a7a521
a dark, vivid yellow · cool · closest name: olive
RGB
167, 165, 33
HSL
59°, 67%, 39%
CMYK
0, 1, 80, 35
Luminance
0.3524
Every format
| HEX | #a7a521 |
| RGB | rgb(167, 165, 33) |
| HSL | hsl(59, 67%, 39%) |
| CMYK | cmyk(0%, 1%, 80%, 35%) |
| LAB | lab(65.9 -14.0 62.4) |
| LCH | lch(65.9 63.9 102.6) |
| OKLCH | oklch(0.702 0.143 108.7) |
Copy-ready code
/* CSS */
color: #a7a521;
background-color: #a7a521;
/* Tailwind (arbitrary) */
class="text-[#a7a521] bg-[#a7a521]"
/* SCSS */
$brand: #a7a521;
/* SwiftUI */
Color(red: 0.655, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#a7a521")Accessibility — WCAG contrast
Aa
#a7a521 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7a521 on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green64.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow80.2%
Key (black)34.5%
Color previews
#a7a521 text on a black background
contrast 8.05:1
Card sample
#a7a521 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7a521;
Background color
Panel with #a7a521 background
background-color: #a7a521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7a521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7a521; background: linear-gradient(135deg, #a7a521, #50A721);