#68684f
a dark, muted yellow · cool · closest name: gray
RGB
104, 104, 79
HSL
60°, 14%, 36%
CMYK
0, 0, 24, 59
Luminance
0.1341
Every format
| HEX | #68684f |
| RGB | rgb(104, 104, 79) |
| HSL | hsl(60, 14%, 36%) |
| CMYK | cmyk(0%, 0%, 24%, 59%) |
| LAB | lab(43.4 -4.6 14.1) |
| LCH | lch(43.4 14.9 108.0) |
| OKLCH | oklch(0.510 0.038 107.7) |
Copy-ready code
/* CSS */
color: #68684f;
background-color: #68684f;
/* Tailwind (arbitrary) */
class="text-[#68684f] bg-[#68684f]"
/* SCSS */
$brand: #68684f;
/* SwiftUI */
Color(red: 0.408, green: 0.408, blue: 0.310)
/* Android */
Color.parseColor("#68684f")Accessibility — WCAG contrast
Aa
#68684f on white: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#68684f on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green40.8%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow24.0%
Key (black)59.2%
Color previews
#68684f text on a black background
contrast 3.68:1
Card sample
#68684f text on a white background
contrast 5.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68684f;
Background color
Panel with #68684f background
background-color: #68684f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68684f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 104, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 104, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68684f; background: linear-gradient(135deg, #68684f, #57684F);