#a68f0e
a dark, electric yellow · cool · closest name: olive
RGB
166, 143, 14
HSL
51°, 84%, 35%
CMYK
0, 14, 92, 35
Luminance
0.2778
Every format
| HEX | #a68f0e |
| RGB | rgb(166, 143, 14) |
| HSL | hsl(51, 84%, 35%) |
| CMYK | cmyk(0%, 14%, 92%, 35%) |
| LAB | lab(59.7 -3.2 61.7) |
| LCH | lch(59.7 61.8 93.0) |
| OKLCH | oklch(0.651 0.131 97.4) |
Copy-ready code
/* CSS */
color: #a68f0e;
background-color: #a68f0e;
/* Tailwind (arbitrary) */
class="text-[#a68f0e] bg-[#a68f0e]"
/* SCSS */
$brand: #a68f0e;
/* SwiftUI */
Color(red: 0.651, green: 0.561, blue: 0.055)
/* Android */
Color.parseColor("#a68f0e")Accessibility — WCAG contrast
Aa
#a68f0e on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a68f0e on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green56.1%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta13.9%
Yellow91.6%
Key (black)34.9%
Color previews
#a68f0e text on a black background
contrast 6.56:1
Card sample
#a68f0e text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a68f0e;
Background color
Panel with #a68f0e background
background-color: #a68f0e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a68f0e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 143, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 143, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a68f0e; background: linear-gradient(135deg, #a68f0e, #58A60E);