#686607
a deep, electric yellow · cool · closest name: olive
RGB
104, 102, 7
HSL
59°, 87%, 22%
CMYK
0, 2, 93, 59
Luminance
0.1246
Every format
| HEX | #686607 |
| RGB | rgb(104, 102, 7) |
| HSL | hsl(59, 87%, 22%) |
| CMYK | cmyk(0%, 2%, 93%, 59%) |
| LAB | lab(41.9 -9.8 46.7) |
| LCH | lch(41.9 47.7 101.9) |
| OKLCH | oklch(0.496 0.105 108.3) |
Copy-ready code
/* CSS */
color: #686607;
background-color: #686607;
/* Tailwind (arbitrary) */
class="text-[#686607] bg-[#686607]"
/* SCSS */
$brand: #686607;
/* SwiftUI */
Color(red: 0.408, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#686607")Accessibility — WCAG contrast
Aa
#686607 on white: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#686607 on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green40.0%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta1.9%
Yellow93.3%
Key (black)59.2%
Color previews
#686607 text on a black background
contrast 3.49:1
Card sample
#686607 text on a white background
contrast 6.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #686607;
Background color
Panel with #686607 background
background-color: #686607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #686607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #686607; background: linear-gradient(135deg, #686607, #296807);