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