#aaa708
a dark, electric yellow · cool · closest name: olive
RGB
170, 167, 8
HSL
59°, 91%, 35%
CMYK
0, 2, 95, 33
Luminance
0.3620
Every format
| HEX | #aaa708 |
| RGB | rgb(170, 167, 8) |
| HSL | hsl(59, 91%, 35%) |
| CMYK | cmyk(0%, 2%, 95%, 33%) |
| LAB | lab(66.7 -14.3 68.1) |
| LCH | lch(66.7 69.6 101.8) |
| OKLCH | oklch(0.708 0.151 108.4) |
Copy-ready code
/* CSS */
color: #aaa708;
background-color: #aaa708;
/* Tailwind (arbitrary) */
class="text-[#aaa708] bg-[#aaa708]"
/* SCSS */
$brand: #aaa708;
/* SwiftUI */
Color(red: 0.667, green: 0.655, blue: 0.031)
/* Android */
Color.parseColor("#aaa708")Accessibility — WCAG contrast
Aa
#aaa708 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaa708 on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green65.5%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta1.8%
Yellow95.3%
Key (black)33.3%
Color previews
#aaa708 text on a black background
contrast 8.24:1
Card sample
#aaa708 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaa708;
Background color
Panel with #aaa708 background
background-color: #aaa708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaa708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 167, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 167, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaa708; background: linear-gradient(135deg, #aaa708, #41AA08);