#7f947f
a balanced, muted green · cool · closest name: gray
RGB
127, 148, 127
HSL
120°, 9%, 54%
CMYK
14, 0, 14, 42
Luminance
0.2722
Every format
| HEX | #7f947f |
| RGB | rgb(127, 148, 127) |
| HSL | hsl(120, 9%, 54%) |
| CMYK | cmyk(14%, 0%, 14%, 42%) |
| LAB | lab(59.2 -11.7 8.6) |
| LCH | lch(59.2 14.5 143.6) |
| OKLCH | oklch(0.644 0.039 145.1) |
Copy-ready code
/* CSS */
color: #7f947f;
background-color: #7f947f;
/* Tailwind (arbitrary) */
class="text-[#7f947f] bg-[#7f947f]"
/* SCSS */
$brand: #7f947f;
/* SwiftUI */
Color(red: 0.498, green: 0.580, blue: 0.498)
/* Android */
Color.parseColor("#7f947f")Accessibility — WCAG contrast
Aa
#7f947f on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f947f on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green58.0%
Blue49.8%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow14.2%
Key (black)42.0%
Color previews
#7f947f text on a black background
contrast 6.44:1
Card sample
#7f947f text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f947f;
Background color
Panel with #7f947f background
background-color: #7f947f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f947f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 148, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 148, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f947f; background: linear-gradient(135deg, #7f947f, #7F948D);