#686313
a deep, vivid yellow · cool · closest name: olive
RGB
104, 99, 19
HSL
57°, 69%, 24%
CMYK
0, 5, 82, 59
Luminance
0.1191
Every format
| HEX | #686313 |
| RGB | rgb(104, 99, 19) |
| HSL | hsl(57, 69%, 24%) |
| CMYK | cmyk(0%, 5%, 82%, 59%) |
| LAB | lab(41.1 -7.7 42.5) |
| LCH | lch(41.1 43.2 100.3) |
| OKLCH | oklch(0.489 0.096 105.7) |
Copy-ready code
/* CSS */
color: #686313;
background-color: #686313;
/* Tailwind (arbitrary) */
class="text-[#686313] bg-[#686313]"
/* SCSS */
$brand: #686313;
/* SwiftUI */
Color(red: 0.408, green: 0.388, blue: 0.075)
/* Android */
Color.parseColor("#686313")Accessibility — WCAG contrast
Aa
#686313 on white: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#686313 on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green38.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow81.7%
Key (black)59.2%
Color previews
#686313 text on a black background
contrast 3.38:1
Card sample
#686313 text on a white background
contrast 6.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #686313;
Background color
Panel with #686313 background
background-color: #686313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #686313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 99, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 99, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #686313; background: linear-gradient(135deg, #686313, #346813);