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