#aaa331
a dark, vivid yellow · cool · closest name: olive
RGB
170, 163, 49
HSL
57°, 55%, 43%
CMYK
0, 4, 71, 33
Luminance
0.3496
Every format
| HEX | #aaa331 |
| RGB | rgb(170, 163, 49) |
| HSL | hsl(57, 55%, 43%) |
| CMYK | cmyk(0%, 4%, 71%, 33%) |
| LAB | lab(65.7 -10.9 56.9) |
| LCH | lch(65.7 58.0 100.9) |
| OKLCH | oklch(0.701 0.131 105.8) |
Copy-ready code
/* CSS */
color: #aaa331;
background-color: #aaa331;
/* Tailwind (arbitrary) */
class="text-[#aaa331] bg-[#aaa331]"
/* SCSS */
$brand: #aaa331;
/* SwiftUI */
Color(red: 0.667, green: 0.639, blue: 0.192)
/* Android */
Color.parseColor("#aaa331")Accessibility — WCAG contrast
Aa
#aaa331 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaa331 on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green63.9%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta4.1%
Yellow71.2%
Key (black)33.3%
Color previews
#aaa331 text on a black background
contrast 7.99:1
Card sample
#aaa331 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaa331;
Background color
Panel with #aaa331 background
background-color: #aaa331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaa331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 163, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 163, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaa331; background: linear-gradient(135deg, #aaa331, #60AA31);