#677755
a dark, soft green · cool · closest name: gray
RGB
103, 119, 85
HSL
88°, 17%, 40%
CMYK
13, 0, 29, 53
Luminance
0.1673
Every format
| HEX | #677755 |
| RGB | rgb(103, 119, 85) |
| HSL | hsl(88, 17%, 40%) |
| CMYK | cmyk(13%, 0%, 29%, 53%) |
| LAB | lab(47.9 -12.5 16.8) |
| LCH | lch(47.9 21.0 126.7) |
| OKLCH | oklch(0.547 0.054 128.6) |
Copy-ready code
/* CSS */
color: #677755;
background-color: #677755;
/* Tailwind (arbitrary) */
class="text-[#677755] bg-[#677755]"
/* SCSS */
$brand: #677755;
/* SwiftUI */
Color(red: 0.404, green: 0.467, blue: 0.333)
/* Android */
Color.parseColor("#677755")Accessibility — WCAG contrast
Aa
#677755 on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#677755 on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green46.7%
Blue33.3%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow28.6%
Key (black)53.3%
Color previews
#677755 text on a black background
contrast 4.35:1
Card sample
#677755 text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #677755;
Background color
Panel with #677755 background
background-color: #677755;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #677755;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 119, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 119, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #677755; background: linear-gradient(135deg, #677755, #55775A);