#685607
a deep, electric yellow · cool · closest name: olive
RGB
104, 86, 7
HSL
49°, 87%, 22%
CMYK
0, 17, 93, 59
Luminance
0.0961
Every format
| HEX | #685607 |
| RGB | rgb(104, 86, 7) |
| HSL | hsl(49, 87%, 22%) |
| CMYK | cmyk(0%, 17%, 93%, 59%) |
| LAB | lab(37.1 -0.5 42.9) |
| LCH | lch(37.1 42.9 90.7) |
| OKLCH | oklch(0.458 0.091 94.3) |
Copy-ready code
/* CSS */
color: #685607;
background-color: #685607;
/* Tailwind (arbitrary) */
class="text-[#685607] bg-[#685607]"
/* SCSS */
$brand: #685607;
/* SwiftUI */
Color(red: 0.408, green: 0.337, blue: 0.027)
/* Android */
Color.parseColor("#685607")Accessibility — WCAG contrast
Aa
#685607 on white: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#685607 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green33.7%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow93.3%
Key (black)59.2%
Color previews
#685607 text on a black background
contrast 2.92:1
Card sample
#685607 text on a white background
contrast 7.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #685607;
Background color
Panel with #685607 background
background-color: #685607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #685607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 86, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 86, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #685607; background: linear-gradient(135deg, #685607, #396807);