#a2a721
a dark, vivid yellow · cool · closest name: olive
RGB
162, 167, 33
HSL
62°, 67%, 39%
CMYK
3, 0, 80, 35
Luminance
0.3543
Every format
| HEX | #a2a721 |
| RGB | rgb(162, 167, 33) |
| HSL | hsl(62, 67%, 39%) |
| CMYK | cmyk(3%, 0%, 80%, 35%) |
| LAB | lab(66.1 -17.2 62.4) |
| LCH | lch(66.1 64.7 105.4) |
| OKLCH | oklch(0.702 0.146 111.9) |
Copy-ready code
/* CSS */
color: #a2a721;
background-color: #a2a721;
/* Tailwind (arbitrary) */
class="text-[#a2a721] bg-[#a2a721]"
/* SCSS */
$brand: #a2a721;
/* SwiftUI */
Color(red: 0.635, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#a2a721")Accessibility — WCAG contrast
Aa
#a2a721 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2a721 on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green65.5%
Blue12.9%
CMYK percentages
Cyan3.0%
Magenta0.0%
Yellow80.2%
Key (black)34.5%
Color previews
#a2a721 text on a black background
contrast 8.09:1
Card sample
#a2a721 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2a721;
Background color
Panel with #a2a721 background
background-color: #a2a721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2a721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2a721; background: linear-gradient(135deg, #a2a721, #49A721);