#a0ac00
a dark, electric yellow · cool · closest name: olive
RGB
160, 172, 0
HSL
64°, 100%, 34%
CMYK
7, 0, 100, 33
Luminance
0.3698
Every format
| HEX | #a0ac00 |
| RGB | rgb(160, 172, 0) |
| HSL | hsl(64, 100%, 34%) |
| CMYK | cmyk(7%, 0%, 100%, 33%) |
| LAB | lab(67.3 -21.3 69.2) |
| LCH | lch(67.3 72.4 107.1) |
| OKLCH | oklch(0.711 0.161 114.7) |
Copy-ready code
/* CSS */
color: #a0ac00;
background-color: #a0ac00;
/* Tailwind (arbitrary) */
class="text-[#a0ac00] bg-[#a0ac00]"
/* SCSS */
$brand: #a0ac00;
/* SwiftUI */
Color(red: 0.627, green: 0.675, blue: 0.000)
/* Android */
Color.parseColor("#a0ac00")Accessibility — WCAG contrast
Aa
#a0ac00 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0ac00 on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green67.5%
Blue0.0%
CMYK percentages
Cyan7.0%
Magenta0.0%
Yellow100.0%
Key (black)32.5%
Color previews
#a0ac00 text on a black background
contrast 8.40:1
Card sample
#a0ac00 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0ac00;
Background color
Panel with #a0ac00 background
background-color: #a0ac00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0ac00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 172, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 172, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0ac00; background: linear-gradient(135deg, #a0ac00, #2DAC00);