#616c40
a dark, soft green · cool · closest name: gray
RGB
97, 108, 64
HSL
75°, 26%, 34%
CMYK
10, 0, 41, 58
Luminance
0.1364
Every format
| HEX | #616c40 |
| RGB | rgb(97, 108, 64) |
| HSL | hsl(75, 26%, 34%) |
| CMYK | cmyk(10%, 0%, 41%, 58%) |
| LAB | lab(43.7 -12.1 23.2) |
| LCH | lch(43.7 26.2 117.5) |
| OKLCH | oklch(0.510 0.066 120.2) |
Copy-ready code
/* CSS */
color: #616c40;
background-color: #616c40;
/* Tailwind (arbitrary) */
class="text-[#616c40] bg-[#616c40]"
/* SCSS */
$brand: #616c40;
/* SwiftUI */
Color(red: 0.380, green: 0.424, blue: 0.251)
/* Android */
Color.parseColor("#616c40")Accessibility — WCAG contrast
Aa
#616c40 on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#616c40 on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green42.4%
Blue25.1%
CMYK percentages
Cyan10.2%
Magenta0.0%
Yellow40.7%
Key (black)57.6%
Color previews
#616c40 text on a black background
contrast 3.73:1
Card sample
#616c40 text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #616c40;
Background color
Panel with #616c40 background
background-color: #616c40;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #616c40;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 108, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 108, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #616c40; background: linear-gradient(135deg, #616c40, #446C40);