#a69c01
a dark, electric yellow · cool · closest name: olive
RGB
166, 156, 1
HSL
56°, 99%, 33%
CMYK
0, 6, 99, 35
Luminance
0.3189
Every format
| HEX | #a69c01 |
| RGB | rgb(166, 156, 1) |
| HSL | hsl(56, 99%, 33%) |
| CMYK | cmyk(0%, 6%, 99%, 35%) |
| LAB | lab(63.3 -10.4 66.3) |
| LCH | lch(63.3 67.2 98.9) |
| OKLCH | oklch(0.680 0.144 105.0) |
Copy-ready code
/* CSS */
color: #a69c01;
background-color: #a69c01;
/* Tailwind (arbitrary) */
class="text-[#a69c01] bg-[#a69c01]"
/* SCSS */
$brand: #a69c01;
/* SwiftUI */
Color(red: 0.651, green: 0.612, blue: 0.004)
/* Android */
Color.parseColor("#a69c01")Accessibility — WCAG contrast
Aa
#a69c01 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a69c01 on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green61.2%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow99.4%
Key (black)34.9%
Color previews
#a69c01 text on a black background
contrast 7.38:1
Card sample
#a69c01 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a69c01;
Background color
Panel with #a69c01 background
background-color: #a69c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a69c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 156, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 156, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a69c01; background: linear-gradient(135deg, #a69c01, #42A601);