#a68607
a dark, electric yellow · cool · closest name: olive
RGB
166, 134, 7
HSL
48°, 92%, 34%
CMYK
0, 19, 96, 35
Luminance
0.2517
Every format
| HEX | #a68607 |
| RGB | rgb(166, 134, 7) |
| HSL | hsl(48, 92%, 34%) |
| CMYK | cmyk(0%, 19%, 96%, 35%) |
| LAB | lab(57.2 1.6 61.0) |
| LCH | lch(57.2 61.1 88.5) |
| OKLCH | oklch(0.632 0.128 91.6) |
Copy-ready code
/* CSS */
color: #a68607;
background-color: #a68607;
/* Tailwind (arbitrary) */
class="text-[#a68607] bg-[#a68607]"
/* SCSS */
$brand: #a68607;
/* SwiftUI */
Color(red: 0.651, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#a68607")Accessibility — WCAG contrast
Aa
#a68607 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a68607 on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green52.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta19.3%
Yellow95.8%
Key (black)34.9%
Color previews
#a68607 text on a black background
contrast 6.03:1
Card sample
#a68607 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a68607;
Background color
Panel with #a68607 background
background-color: #a68607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a68607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a68607; background: linear-gradient(135deg, #a68607, #5CA607);