#677759
a dark, muted green · cool · closest name: gray
RGB
103, 119, 89
HSL
92°, 14%, 41%
CMYK
13, 0, 25, 53
Luminance
0.1680
Every format
| HEX | #677759 |
| RGB | rgb(103, 119, 89) |
| HSL | hsl(92, 14%, 41%) |
| CMYK | cmyk(13%, 0%, 25%, 53%) |
| LAB | lab(48.0 -11.9 14.6) |
| LCH | lch(48.0 18.8 129.1) |
| OKLCH | oklch(0.547 0.049 130.7) |
Copy-ready code
/* CSS */
color: #677759;
background-color: #677759;
/* Tailwind (arbitrary) */
class="text-[#677759] bg-[#677759]"
/* SCSS */
$brand: #677759;
/* SwiftUI */
Color(red: 0.404, green: 0.467, blue: 0.349)
/* Android */
Color.parseColor("#677759")Accessibility — WCAG contrast
Aa
#677759 on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#677759 on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green46.7%
Blue34.9%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow25.2%
Key (black)53.3%
Color previews
#677759 text on a black background
contrast 4.36:1
Card sample
#677759 text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #677759;
Background color
Panel with #677759 background
background-color: #677759;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #677759;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 119, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 119, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #677759; background: linear-gradient(135deg, #677759, #59775F);