#686021
a dark, vivid yellow · cool · closest name: olive
RGB
104, 96, 33
HSL
53°, 52%, 27%
CMYK
0, 8, 68, 59
Luminance
0.1142
Every format
| HEX | #686021 |
| RGB | rgb(104, 96, 33) |
| HSL | hsl(53, 52%, 27%) |
| CMYK | cmyk(0%, 8%, 68%, 59%) |
| LAB | lab(40.3 -5.2 35.9) |
| LCH | lch(40.3 36.3 98.3) |
| OKLCH | oklch(0.483 0.083 102.1) |
Copy-ready code
/* CSS */
color: #686021;
background-color: #686021;
/* Tailwind (arbitrary) */
class="text-[#686021] bg-[#686021]"
/* SCSS */
$brand: #686021;
/* SwiftUI */
Color(red: 0.408, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#686021")Accessibility — WCAG contrast
Aa
#686021 on white: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#686021 on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green37.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta7.7%
Yellow68.3%
Key (black)59.2%
Color previews
#686021 text on a black background
contrast 3.28:1
Card sample
#686021 text on a white background
contrast 6.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #686021;
Background color
Panel with #686021 background
background-color: #686021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #686021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #686021; background: linear-gradient(135deg, #686021, #416821);