#686321
a dark, vivid yellow · cool · closest name: olive
RGB
104, 99, 33
HSL
56°, 52%, 27%
CMYK
0, 5, 68, 59
Luminance
0.1198
Every format
| HEX | #686321 |
| RGB | rgb(104, 99, 33) |
| HSL | hsl(56, 52%, 27%) |
| CMYK | cmyk(0%, 5%, 68%, 59%) |
| LAB | lab(41.2 -7.0 36.9) |
| LCH | lch(41.2 37.5 100.7) |
| OKLCH | oklch(0.490 0.086 105.0) |
Copy-ready code
/* CSS */
color: #686321;
background-color: #686321;
/* Tailwind (arbitrary) */
class="text-[#686321] bg-[#686321]"
/* SCSS */
$brand: #686321;
/* SwiftUI */
Color(red: 0.408, green: 0.388, blue: 0.129)
/* Android */
Color.parseColor("#686321")Accessibility — WCAG contrast
Aa
#686321 on white: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#686321 on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green38.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow68.3%
Key (black)59.2%
Color previews
#686321 text on a black background
contrast 3.40:1
Card sample
#686321 text on a white background
contrast 6.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #686321;
Background color
Panel with #686321 background
background-color: #686321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #686321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 99, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 99, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #686321; background: linear-gradient(135deg, #686321, #3E6821);