#a0a521
a dark, vivid yellow · cool · closest name: olive
RGB
160, 165, 33
HSL
62°, 67%, 39%
CMYK
3, 0, 80, 35
Luminance
0.3449
Every format
| HEX | #a0a521 |
| RGB | rgb(160, 165, 33) |
| HSL | hsl(62, 67%, 39%) |
| CMYK | cmyk(3%, 0%, 80%, 35%) |
| LAB | lab(65.3 -17.1 61.7) |
| LCH | lch(65.3 64.0 105.5) |
| OKLCH | oklch(0.696 0.144 111.9) |
Copy-ready code
/* CSS */
color: #a0a521;
background-color: #a0a521;
/* Tailwind (arbitrary) */
class="text-[#a0a521] bg-[#a0a521]"
/* SCSS */
$brand: #a0a521;
/* SwiftUI */
Color(red: 0.627, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#a0a521")Accessibility — WCAG contrast
Aa
#a0a521 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0a521 on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green64.7%
Blue12.9%
CMYK percentages
Cyan3.0%
Magenta0.0%
Yellow80.0%
Key (black)35.3%
Color previews
#a0a521 text on a black background
contrast 7.90:1
Card sample
#a0a521 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0a521;
Background color
Panel with #a0a521 background
background-color: #a0a521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0a521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0a521; background: linear-gradient(135deg, #a0a521, #48A521);