#aaba2f
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
170, 186, 47
HSL
67°, 60%, 46%
CMYK
9, 0, 75, 27
Luminance
0.4387
Every format
| HEX | #aaba2f |
| RGB | rgb(170, 186, 47) |
| HSL | hsl(67, 60%, 46%) |
| CMYK | cmyk(9%, 0%, 75%, 27%) |
| LAB | lab(72.1 -22.7 63.8) |
| LCH | lch(72.1 67.7 109.6) |
| OKLCH | oklch(0.752 0.157 116.1) |
Copy-ready code
/* CSS */
color: #aaba2f;
background-color: #aaba2f;
/* Tailwind (arbitrary) */
class="text-[#aaba2f] bg-[#aaba2f]"
/* SCSS */
$brand: #aaba2f;
/* SwiftUI */
Color(red: 0.667, green: 0.729, blue: 0.184)
/* Android */
Color.parseColor("#aaba2f")Accessibility — WCAG contrast
Aa
#aaba2f on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaba2f on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green72.9%
Blue18.4%
CMYK percentages
Cyan8.6%
Magenta0.0%
Yellow74.7%
Key (black)27.1%
Color previews
#aaba2f text on a black background
contrast 9.77:1
Card sample
#aaba2f text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaba2f;
Background color
Panel with #aaba2f background
background-color: #aaba2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaba2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 186, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 186, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaba2f; background: linear-gradient(135deg, #aaba2f, #4DBA2F);