#a5a721
a dark, vivid yellow · cool · closest name: olive
RGB
165, 167, 33
HSL
61°, 67%, 39%
CMYK
1, 0, 80, 35
Luminance
0.3575
Every format
| HEX | #a5a721 |
| RGB | rgb(165, 167, 33) |
| HSL | hsl(61, 67%, 39%) |
| CMYK | cmyk(1%, 0%, 80%, 35%) |
| LAB | lab(66.3 -15.9 62.7) |
| LCH | lch(66.3 64.7 104.2) |
| OKLCH | oklch(0.704 0.145 110.5) |
Copy-ready code
/* CSS */
color: #a5a721;
background-color: #a5a721;
/* Tailwind (arbitrary) */
class="text-[#a5a721] bg-[#a5a721]"
/* SCSS */
$brand: #a5a721;
/* SwiftUI */
Color(red: 0.647, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#a5a721")Accessibility — WCAG contrast
Aa
#a5a721 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5a721 on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green65.5%
Blue12.9%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow80.2%
Key (black)34.5%
Color previews
#a5a721 text on a black background
contrast 8.15:1
Card sample
#a5a721 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5a721;
Background color
Panel with #a5a721 background
background-color: #a5a721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5a721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5a721; background: linear-gradient(135deg, #a5a721, #4CA721);