#a99607
a dark, electric yellow · cool · closest name: olive
RGB
169, 150, 7
HSL
53°, 92%, 35%
CMYK
0, 11, 96, 34
Luminance
0.3026
Every format
| HEX | #a99607 |
| RGB | rgb(169, 150, 7) |
| HSL | hsl(53, 92%, 35%) |
| CMYK | cmyk(0%, 11%, 96%, 34%) |
| LAB | lab(61.9 -5.8 64.6) |
| LCH | lch(61.9 64.9 95.1) |
| OKLCH | oklch(0.669 0.138 100.2) |
Copy-ready code
/* CSS */
color: #a99607;
background-color: #a99607;
/* Tailwind (arbitrary) */
class="text-[#a99607] bg-[#a99607]"
/* SCSS */
$brand: #a99607;
/* SwiftUI */
Color(red: 0.663, green: 0.588, blue: 0.027)
/* Android */
Color.parseColor("#a99607")Accessibility — WCAG contrast
Aa
#a99607 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a99607 on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green58.8%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow95.9%
Key (black)33.7%
Color previews
#a99607 text on a black background
contrast 7.05:1
Card sample
#a99607 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a99607;
Background color
Panel with #a99607 background
background-color: #a99607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a99607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 150, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 150, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a99607; background: linear-gradient(135deg, #a99607, #50A907);