#a69607
a dark, electric yellow · cool · closest name: olive
RGB
166, 150, 7
HSL
54°, 92%, 34%
CMYK
0, 10, 96, 35
Luminance
0.2994
Every format
| HEX | #a69607 |
| RGB | rgb(166, 150, 7) |
| HSL | hsl(54, 92%, 34%) |
| CMYK | cmyk(0%, 10%, 96%, 35%) |
| LAB | lab(61.6 -7.1 64.3) |
| LCH | lch(61.6 64.7 96.3) |
| OKLCH | oklch(0.666 0.138 101.7) |
Copy-ready code
/* CSS */
color: #a69607;
background-color: #a69607;
/* Tailwind (arbitrary) */
class="text-[#a69607] bg-[#a69607]"
/* SCSS */
$brand: #a69607;
/* SwiftUI */
Color(red: 0.651, green: 0.588, blue: 0.027)
/* Android */
Color.parseColor("#a69607")Accessibility — WCAG contrast
Aa
#a69607 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a69607 on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green58.8%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta9.6%
Yellow95.8%
Key (black)34.9%
Color previews
#a69607 text on a black background
contrast 6.99:1
Card sample
#a69607 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a69607;
Background color
Panel with #a69607 background
background-color: #a69607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a69607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 150, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 150, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a69607; background: linear-gradient(135deg, #a69607, #4CA607);