#a2ab44
a balanced, soft yellow · cool · closest name: olivedrab
RGB
162, 171, 68
HSL
65°, 43%, 47%
CMYK
5, 0, 60, 33
Luminance
0.3722
Every format
| HEX | #a2ab44 |
| RGB | rgb(162, 171, 68) |
| HSL | hsl(65, 43%, 47%) |
| CMYK | cmyk(5%, 0%, 60%, 33%) |
| LAB | lab(67.5 -17.3 50.6) |
| LCH | lch(67.5 53.5 108.9) |
| OKLCH | oklch(0.713 0.127 113.8) |
Copy-ready code
/* CSS */
color: #a2ab44;
background-color: #a2ab44;
/* Tailwind (arbitrary) */
class="text-[#a2ab44] bg-[#a2ab44]"
/* SCSS */
$brand: #a2ab44;
/* SwiftUI */
Color(red: 0.635, green: 0.671, blue: 0.267)
/* Android */
Color.parseColor("#a2ab44")Accessibility — WCAG contrast
Aa
#a2ab44 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2ab44 on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.1%
Blue26.7%
CMYK percentages
Cyan5.3%
Magenta0.0%
Yellow60.2%
Key (black)32.9%
Color previews
#a2ab44 text on a black background
contrast 8.44:1
Card sample
#a2ab44 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2ab44;
Background color
Panel with #a2ab44 background
background-color: #a2ab44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2ab44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 171, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 171, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2ab44; background: linear-gradient(135deg, #a2ab44, #5DAB44);