#5f775f
a dark, muted green · cool · closest name: gray
RGB
95, 119, 95
HSL
120°, 11%, 42%
CMYK
20, 0, 20, 53
Luminance
0.1645
Every format
| HEX | #5f775f |
| RGB | rgb(95, 119, 95) |
| HSL | hsl(120, 11%, 42%) |
| CMYK | cmyk(20%, 0%, 20%, 53%) |
| LAB | lab(47.6 -13.9 10.4) |
| LCH | lch(47.6 17.3 143.2) |
| OKLCH | oklch(0.543 0.046 144.9) |
Copy-ready code
/* CSS */
color: #5f775f;
background-color: #5f775f;
/* Tailwind (arbitrary) */
class="text-[#5f775f] bg-[#5f775f]"
/* SCSS */
$brand: #5f775f;
/* SwiftUI */
Color(red: 0.373, green: 0.467, blue: 0.373)
/* Android */
Color.parseColor("#5f775f")Accessibility — WCAG contrast
Aa
#5f775f on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f775f on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green46.7%
Blue37.3%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow20.2%
Key (black)53.3%
Color previews
#5f775f text on a black background
contrast 4.29:1
Card sample
#5f775f text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f775f;
Background color
Panel with #5f775f background
background-color: #5f775f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f775f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 119, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 119, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f775f; background: linear-gradient(135deg, #5f775f, #5F776F);