#aaa310
a dark, electric yellow · cool · closest name: olive
RGB
170, 163, 16
HSL
57°, 83%, 37%
CMYK
0, 4, 91, 33
Luminance
0.3478
Every format
| HEX | #aaa310 |
| RGB | rgb(170, 163, 16) |
| HSL | hsl(57, 83%, 37%) |
| CMYK | cmyk(0%, 4%, 91%, 33%) |
| LAB | lab(65.6 -12.1 66.1) |
| LCH | lch(65.6 67.2 100.3) |
| OKLCH | oklch(0.699 0.146 106.5) |
Copy-ready code
/* CSS */
color: #aaa310;
background-color: #aaa310;
/* Tailwind (arbitrary) */
class="text-[#aaa310] bg-[#aaa310]"
/* SCSS */
$brand: #aaa310;
/* SwiftUI */
Color(red: 0.667, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#aaa310")Accessibility — WCAG contrast
Aa
#aaa310 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaa310 on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green63.9%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta4.1%
Yellow90.6%
Key (black)33.3%
Color previews
#aaa310 text on a black background
contrast 7.96:1
Card sample
#aaa310 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaa310;
Background color
Panel with #aaa310 background
background-color: #aaa310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaa310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaa310; background: linear-gradient(135deg, #aaa310, #4AAA10);