#685708
a deep, electric yellow · cool · closest name: olive
RGB
104, 87, 8
HSL
49°, 86%, 22%
CMYK
0, 16, 92, 59
Luminance
0.0978
Every format
| HEX | #685708 |
| RGB | rgb(104, 87, 8) |
| HSL | hsl(49, 86%, 22%) |
| CMYK | cmyk(0%, 16%, 92%, 59%) |
| LAB | lab(37.4 -1.1 42.8) |
| LCH | lch(37.4 42.8 91.5) |
| OKLCH | oklch(0.460 0.091 95.3) |
Copy-ready code
/* CSS */
color: #685708;
background-color: #685708;
/* Tailwind (arbitrary) */
class="text-[#685708] bg-[#685708]"
/* SCSS */
$brand: #685708;
/* SwiftUI */
Color(red: 0.408, green: 0.341, blue: 0.031)
/* Android */
Color.parseColor("#685708")Accessibility — WCAG contrast
Aa
#685708 on white: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#685708 on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green34.1%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta16.3%
Yellow92.3%
Key (black)59.2%
Color previews
#685708 text on a black background
contrast 2.96:1
Card sample
#685708 text on a white background
contrast 7.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #685708;
Background color
Panel with #685708 background
background-color: #685708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #685708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 87, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 87, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #685708; background: linear-gradient(135deg, #685708, #396808);