#aaa521
a dark, vivid yellow · cool · closest name: olive
RGB
170, 165, 33
HSL
58°, 68%, 40%
CMYK
0, 3, 81, 33
Luminance
0.3557
Every format
| HEX | #aaa521 |
| RGB | rgb(170, 165, 33) |
| HSL | hsl(58, 68%, 40%) |
| CMYK | cmyk(0%, 3%, 81%, 33%) |
| LAB | lab(66.2 -12.7 62.7) |
| LCH | lch(66.2 64.0 101.4) |
| OKLCH | oklch(0.704 0.142 107.2) |
Copy-ready code
/* CSS */
color: #aaa521;
background-color: #aaa521;
/* Tailwind (arbitrary) */
class="text-[#aaa521] bg-[#aaa521]"
/* SCSS */
$brand: #aaa521;
/* SwiftUI */
Color(red: 0.667, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#aaa521")Accessibility — WCAG contrast
Aa
#aaa521 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaa521 on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green64.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow80.6%
Key (black)33.3%
Color previews
#aaa521 text on a black background
contrast 8.11:1
Card sample
#aaa521 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaa521;
Background color
Panel with #aaa521 background
background-color: #aaa521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaa521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaa521; background: linear-gradient(135deg, #aaa521, #54AA21);