#686721
a dark, vivid yellow · cool · closest name: olive
RGB
104, 103, 33
HSL
59°, 52%, 27%
CMYK
0, 1, 68, 59
Luminance
0.1275
Every format
| HEX | #686721 |
| RGB | rgb(104, 103, 33) |
| HSL | hsl(59, 52%, 27%) |
| CMYK | cmyk(0%, 1%, 68%, 59%) |
| LAB | lab(42.4 -9.3 38.1) |
| LCH | lch(42.4 39.2 103.6) |
| OKLCH | oklch(0.500 0.091 108.5) |
Copy-ready code
/* CSS */
color: #686721;
background-color: #686721;
/* Tailwind (arbitrary) */
class="text-[#686721] bg-[#686721]"
/* SCSS */
$brand: #686721;
/* SwiftUI */
Color(red: 0.408, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#686721")Accessibility — WCAG contrast
Aa
#686721 on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#686721 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green40.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow68.3%
Key (black)59.2%
Color previews
#686721 text on a black background
contrast 3.55:1
Card sample
#686721 text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #686721;
Background color
Panel with #686721 background
background-color: #686721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #686721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #686721; background: linear-gradient(135deg, #686721, #3A6821);