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