#a69713
a dark, electric yellow · cool · closest name: olive
RGB
166, 151, 19
HSL
54°, 80%, 36%
CMYK
0, 9, 89, 35
Luminance
0.3029
Every format
| HEX | #a69713 |
| RGB | rgb(166, 151, 19) |
| HSL | hsl(54, 80%, 36%) |
| CMYK | cmyk(0%, 9%, 89%, 35%) |
| LAB | lab(61.9 -7.5 62.5) |
| LCH | lch(61.9 62.9 96.8) |
| OKLCH | oklch(0.669 0.136 102.0) |
Copy-ready code
/* CSS */
color: #a69713;
background-color: #a69713;
/* Tailwind (arbitrary) */
class="text-[#a69713] bg-[#a69713]"
/* SCSS */
$brand: #a69713;
/* SwiftUI */
Color(red: 0.651, green: 0.592, blue: 0.075)
/* Android */
Color.parseColor("#a69713")Accessibility — WCAG contrast
Aa
#a69713 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a69713 on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green59.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow88.6%
Key (black)34.9%
Color previews
#a69713 text on a black background
contrast 7.06:1
Card sample
#a69713 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a69713;
Background color
Panel with #a69713 background
background-color: #a69713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a69713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 151, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 151, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a69713; background: linear-gradient(135deg, #a69713, #53A613);