#aaa22f
a dark, vivid yellow · cool · closest name: olive
RGB
170, 162, 47
HSL
56°, 57%, 43%
CMYK
0, 5, 72, 33
Luminance
0.3459
Every format
| HEX | #aaa22f |
| RGB | rgb(170, 162, 47) |
| HSL | hsl(56, 57%, 43%) |
| CMYK | cmyk(0%, 5%, 72%, 33%) |
| LAB | lab(65.4 -10.5 57.4) |
| LCH | lch(65.4 58.4 100.4) |
| OKLCH | oklch(0.698 0.132 105.3) |
Copy-ready code
/* CSS */
color: #aaa22f;
background-color: #aaa22f;
/* Tailwind (arbitrary) */
class="text-[#aaa22f] bg-[#aaa22f]"
/* SCSS */
$brand: #aaa22f;
/* SwiftUI */
Color(red: 0.667, green: 0.635, blue: 0.184)
/* Android */
Color.parseColor("#aaa22f")Accessibility — WCAG contrast
Aa
#aaa22f on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaa22f on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green63.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta4.7%
Yellow72.4%
Key (black)33.3%
Color previews
#aaa22f text on a black background
contrast 7.92:1
Card sample
#aaa22f text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaa22f;
Background color
Panel with #aaa22f background
background-color: #aaa22f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaa22f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 162, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 162, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaa22f; background: linear-gradient(135deg, #aaa22f, #60AA2F);