#a2aa11
a dark, electric yellow · cool · closest name: olive
RGB
162, 170, 17
HSL
63°, 82%, 37%
CMYK
5, 0, 90, 33
Luminance
0.3647
Every format
| HEX | #a2aa11 |
| RGB | rgb(162, 170, 17) |
| HSL | hsl(63, 82%, 37%) |
| CMYK | cmyk(5%, 0%, 90%, 33%) |
| LAB | lab(66.9 -19.2 66.7) |
| LCH | lch(66.9 69.4 106.0) |
| OKLCH | oklch(0.708 0.155 113.1) |
Copy-ready code
/* CSS */
color: #a2aa11;
background-color: #a2aa11;
/* Tailwind (arbitrary) */
class="text-[#a2aa11] bg-[#a2aa11]"
/* SCSS */
$brand: #a2aa11;
/* SwiftUI */
Color(red: 0.635, green: 0.667, blue: 0.067)
/* Android */
Color.parseColor("#a2aa11")Accessibility — WCAG contrast
Aa
#a2aa11 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2aa11 on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green66.7%
Blue6.7%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow90.0%
Key (black)33.3%
Color previews
#a2aa11 text on a black background
contrast 8.29:1
Card sample
#a2aa11 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2aa11;
Background color
Panel with #a2aa11 background
background-color: #a2aa11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2aa11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 170, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 170, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2aa11; background: linear-gradient(135deg, #a2aa11, #3CAA11);