#686708
a deep, electric yellow · cool · closest name: olive
RGB
104, 103, 8
HSL
59°, 86%, 22%
CMYK
0, 1, 92, 59
Luminance
0.1266
Every format
| HEX | #686708 |
| RGB | rgb(104, 103, 8) |
| HSL | hsl(59, 86%, 22%) |
| CMYK | cmyk(0%, 1%, 92%, 59%) |
| LAB | lab(42.3 -10.4 46.7) |
| LCH | lch(42.3 47.8 102.5) |
| OKLCH | oklch(0.499 0.105 109.0) |
Copy-ready code
/* CSS */
color: #686708;
background-color: #686708;
/* Tailwind (arbitrary) */
class="text-[#686708] bg-[#686708]"
/* SCSS */
$brand: #686708;
/* SwiftUI */
Color(red: 0.408, green: 0.404, blue: 0.031)
/* Android */
Color.parseColor("#686708")Accessibility — WCAG contrast
Aa
#686708 on white: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#686708 on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green40.4%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow92.3%
Key (black)59.2%
Color previews
#686708 text on a black background
contrast 3.53:1
Card sample
#686708 text on a white background
contrast 5.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #686708;
Background color
Panel with #686708 background
background-color: #686708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #686708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 103, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 103, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #686708; background: linear-gradient(135deg, #686708, #296808);