#aaa911
a dark, electric yellow · cool · closest name: olive
RGB
170, 169, 17
HSL
60°, 82%, 37%
CMYK
0, 1, 90, 33
Luminance
0.3696
Every format
| HEX | #aaa911 |
| RGB | rgb(170, 169, 17) |
| HSL | hsl(60, 82%, 37%) |
| CMYK | cmyk(0%, 1%, 90%, 33%) |
| LAB | lab(67.3 -15.2 67.3) |
| LCH | lch(67.3 69.0 102.7) |
| OKLCH | oklch(0.713 0.151 109.3) |
Copy-ready code
/* CSS */
color: #aaa911;
background-color: #aaa911;
/* Tailwind (arbitrary) */
class="text-[#aaa911] bg-[#aaa911]"
/* SCSS */
$brand: #aaa911;
/* SwiftUI */
Color(red: 0.667, green: 0.663, blue: 0.067)
/* Android */
Color.parseColor("#aaa911")Accessibility — WCAG contrast
Aa
#aaa911 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaa911 on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green66.3%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta0.6%
Yellow90.0%
Key (black)33.3%
Color previews
#aaa911 text on a black background
contrast 8.39:1
Card sample
#aaa911 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaa911;
Background color
Panel with #aaa911 background
background-color: #aaa911;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaa911;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 169, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 169, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaa911; background: linear-gradient(135deg, #aaa911, #45AA11);