#677b67
a dark, muted green · cool · closest name: gray
RGB
103, 123, 103
HSL
120°, 9%, 44%
CMYK
16, 0, 16, 52
Luminance
0.1803
Every format
| HEX | #677b67 |
| RGB | rgb(103, 123, 103) |
| HSL | hsl(120, 9%, 44%) |
| CMYK | cmyk(16%, 0%, 16%, 52%) |
| LAB | lab(49.5 -11.5 8.5) |
| LCH | lch(49.5 14.3 143.5) |
| OKLCH | oklch(0.561 0.038 145.0) |
Copy-ready code
/* CSS */
color: #677b67;
background-color: #677b67;
/* Tailwind (arbitrary) */
class="text-[#677b67] bg-[#677b67]"
/* SCSS */
$brand: #677b67;
/* SwiftUI */
Color(red: 0.404, green: 0.482, blue: 0.404)
/* Android */
Color.parseColor("#677b67")Accessibility — WCAG contrast
Aa
#677b67 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#677b67 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green48.2%
Blue40.4%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow16.3%
Key (black)51.8%
Color previews
#677b67 text on a black background
contrast 4.61:1
Card sample
#677b67 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #677b67;
Background color
Panel with #677b67 background
background-color: #677b67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #677b67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 123, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 123, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #677b67; background: linear-gradient(135deg, #677b67, #677B74);