#a99310
a dark, electric yellow · cool · closest name: olive
RGB
169, 147, 16
HSL
51°, 83%, 36%
CMYK
0, 13, 91, 34
Luminance
0.2934
Every format
| HEX | #a99310 |
| RGB | rgb(169, 147, 16) |
| HSL | hsl(51, 83%, 36%) |
| CMYK | cmyk(0%, 13%, 91%, 34%) |
| LAB | lab(61.1 -4.0 62.6) |
| LCH | lch(61.1 62.7 93.7) |
| OKLCH | oklch(0.663 0.134 98.2) |
Copy-ready code
/* CSS */
color: #a99310;
background-color: #a99310;
/* Tailwind (arbitrary) */
class="text-[#a99310] bg-[#a99310]"
/* SCSS */
$brand: #a99310;
/* SwiftUI */
Color(red: 0.663, green: 0.576, blue: 0.063)
/* Android */
Color.parseColor("#a99310")Accessibility — WCAG contrast
Aa
#a99310 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a99310 on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green57.6%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow90.5%
Key (black)33.7%
Color previews
#a99310 text on a black background
contrast 6.87:1
Card sample
#a99310 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a99310;
Background color
Panel with #a99310 background
background-color: #a99310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a99310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 147, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 147, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a99310; background: linear-gradient(135deg, #a99310, #59A910);