#a0ac21
a dark, vivid yellow · cool · closest name: olive
RGB
160, 172, 33
HSL
65°, 68%, 40%
CMYK
7, 0, 81, 33
Luminance
0.3709
Every format
| HEX | #a0ac21 |
| RGB | rgb(160, 172, 33) |
| HSL | hsl(65, 68%, 40%) |
| CMYK | cmyk(7%, 0%, 81%, 33%) |
| LAB | lab(67.3 -20.6 63.4) |
| LCH | lch(67.3 66.7 108.0) |
| OKLCH | oklch(0.711 0.152 114.8) |
Copy-ready code
/* CSS */
color: #a0ac21;
background-color: #a0ac21;
/* Tailwind (arbitrary) */
class="text-[#a0ac21] bg-[#a0ac21]"
/* SCSS */
$brand: #a0ac21;
/* SwiftUI */
Color(red: 0.627, green: 0.675, blue: 0.129)
/* Android */
Color.parseColor("#a0ac21")Accessibility — WCAG contrast
Aa
#a0ac21 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0ac21 on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green67.5%
Blue12.9%
CMYK percentages
Cyan7.0%
Magenta0.0%
Yellow80.8%
Key (black)32.5%
Color previews
#a0ac21 text on a black background
contrast 8.42:1
Card sample
#a0ac21 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0ac21;
Background color
Panel with #a0ac21 background
background-color: #a0ac21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0ac21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 172, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 172, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0ac21; background: linear-gradient(135deg, #a0ac21, #43AC21);