#a2ac1e
a dark, vivid yellow · cool · closest name: olive
RGB
162, 172, 30
HSL
64°, 70%, 40%
CMYK
6, 0, 83, 33
Luminance
0.3728
Every format
| HEX | #a2ac1e |
| RGB | rgb(162, 172, 30) |
| HSL | hsl(64, 70%, 40%) |
| CMYK | cmyk(6%, 0%, 83%, 33%) |
| LAB | lab(67.5 -19.9 64.4) |
| LCH | lch(67.5 67.4 107.1) |
| OKLCH | oklch(0.713 0.152 114.0) |
Copy-ready code
/* CSS */
color: #a2ac1e;
background-color: #a2ac1e;
/* Tailwind (arbitrary) */
class="text-[#a2ac1e] bg-[#a2ac1e]"
/* SCSS */
$brand: #a2ac1e;
/* SwiftUI */
Color(red: 0.635, green: 0.675, blue: 0.118)
/* Android */
Color.parseColor("#a2ac1e")Accessibility — WCAG contrast
Aa
#a2ac1e on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2ac1e on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.5%
Blue11.8%
CMYK percentages
Cyan5.8%
Magenta0.0%
Yellow82.6%
Key (black)32.5%
Color previews
#a2ac1e text on a black background
contrast 8.46:1
Card sample
#a2ac1e text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2ac1e;
Background color
Panel with #a2ac1e background
background-color: #a2ac1e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2ac1e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 172, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 172, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2ac1e; background: linear-gradient(135deg, #a2ac1e, #43AC1E);