#a9a310
a dark, electric yellow · cool · closest name: olive
RGB
169, 163, 16
HSL
58°, 83%, 36%
CMYK
0, 4, 91, 34
Luminance
0.3467
Every format
| HEX | #a9a310 |
| RGB | rgb(169, 163, 16) |
| HSL | hsl(58, 83%, 36%) |
| CMYK | cmyk(0%, 4%, 91%, 34%) |
| LAB | lab(65.5 -12.5 66.0) |
| LCH | lch(65.5 67.2 100.7) |
| OKLCH | oklch(0.698 0.146 106.9) |
Copy-ready code
/* CSS */
color: #a9a310;
background-color: #a9a310;
/* Tailwind (arbitrary) */
class="text-[#a9a310] bg-[#a9a310]"
/* SCSS */
$brand: #a9a310;
/* SwiftUI */
Color(red: 0.663, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#a9a310")Accessibility — WCAG contrast
Aa
#a9a310 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9a310 on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green63.9%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow90.5%
Key (black)33.7%
Color previews
#a9a310 text on a black background
contrast 7.93:1
Card sample
#a9a310 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9a310;
Background color
Panel with #a9a310 background
background-color: #a9a310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9a310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9a310; background: linear-gradient(135deg, #a9a310, #49A910);