#aca90f
a dark, electric yellow · cool · closest name: olive
RGB
172, 169, 15
HSL
59°, 84%, 37%
CMYK
0, 2, 91, 33
Luminance
0.3718
Every format
| HEX | #aca90f |
| RGB | rgb(172, 169, 15) |
| HSL | hsl(59, 84%, 37%) |
| CMYK | cmyk(0%, 2%, 91%, 33%) |
| LAB | lab(67.4 -14.3 67.8) |
| LCH | lch(67.4 69.3 101.9) |
| OKLCH | oklch(0.714 0.151 108.4) |
Copy-ready code
/* CSS */
color: #aca90f;
background-color: #aca90f;
/* Tailwind (arbitrary) */
class="text-[#aca90f] bg-[#aca90f]"
/* SCSS */
$brand: #aca90f;
/* SwiftUI */
Color(red: 0.675, green: 0.663, blue: 0.059)
/* Android */
Color.parseColor("#aca90f")Accessibility — WCAG contrast
Aa
#aca90f on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aca90f on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green66.3%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow91.3%
Key (black)32.5%
Color previews
#aca90f text on a black background
contrast 8.44:1
Card sample
#aca90f text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aca90f;
Background color
Panel with #aca90f background
background-color: #aca90f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aca90f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 169, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 169, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aca90f; background: linear-gradient(135deg, #aca90f, #46AC0F);