#aaa032
a dark, vivid yellow · cool · closest name: olive
RGB
170, 160, 50
HSL
55°, 55%, 43%
CMYK
0, 6, 71, 33
Luminance
0.3392
Every format
| HEX | #aaa032 |
| RGB | rgb(170, 160, 50) |
| HSL | hsl(55, 55%, 43%) |
| CMYK | cmyk(0%, 6%, 71%, 33%) |
| LAB | lab(64.9 -9.3 55.7) |
| LCH | lch(64.9 56.5 99.5) |
| OKLCH | oklch(0.694 0.128 104.1) |
Copy-ready code
/* CSS */
color: #aaa032;
background-color: #aaa032;
/* Tailwind (arbitrary) */
class="text-[#aaa032] bg-[#aaa032]"
/* SCSS */
$brand: #aaa032;
/* SwiftUI */
Color(red: 0.667, green: 0.627, blue: 0.196)
/* Android */
Color.parseColor("#aaa032")Accessibility — WCAG contrast
Aa
#aaa032 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaa032 on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green62.7%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow70.6%
Key (black)33.3%
Color previews
#aaa032 text on a black background
contrast 7.78:1
Card sample
#aaa032 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaa032;
Background color
Panel with #aaa032 background
background-color: #aaa032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaa032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 160, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 160, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaa032; background: linear-gradient(135deg, #aaa032, #64AA32);