#677a52
a dark, soft green · cool · closest name: gray
RGB
103, 122, 82
HSL
89°, 20%, 40%
CMYK
16, 0, 33, 52
Luminance
0.1741
Every format
| HEX | #677a52 |
| RGB | rgb(103, 122, 82) |
| HSL | hsl(89, 20%, 40%) |
| CMYK | cmyk(16%, 0%, 33%, 52%) |
| LAB | lab(48.8 -14.7 19.7) |
| LCH | lch(48.8 24.5 126.7) |
| OKLCH | oklch(0.553 0.063 128.9) |
Copy-ready code
/* CSS */
color: #677a52;
background-color: #677a52;
/* Tailwind (arbitrary) */
class="text-[#677a52] bg-[#677a52]"
/* SCSS */
$brand: #677a52;
/* SwiftUI */
Color(red: 0.404, green: 0.478, blue: 0.322)
/* Android */
Color.parseColor("#677a52")Accessibility — WCAG contrast
Aa
#677a52 on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#677a52 on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green47.8%
Blue32.2%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow32.8%
Key (black)52.2%
Color previews
#677a52 text on a black background
contrast 4.48:1
Card sample
#677a52 text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #677a52;
Background color
Panel with #677a52 background
background-color: #677a52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #677a52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 122, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 122, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #677a52; background: linear-gradient(135deg, #677a52, #527A58);