#7f8855
a dark, soft green · cool · closest name: tan
RGB
127, 136, 85
HSL
71°, 23%, 43%
CMYK
7, 0, 38, 47
Luminance
0.2278
Every format
| HEX | #7f8855 |
| RGB | rgb(127, 136, 85) |
| HSL | hsl(71, 23%, 43%) |
| CMYK | cmyk(7%, 0%, 38%, 47%) |
| LAB | lab(54.8 -12.0 26.3) |
| LCH | lch(54.8 28.9 114.5) |
| OKLCH | oklch(0.607 0.072 116.8) |
Copy-ready code
/* CSS */
color: #7f8855;
background-color: #7f8855;
/* Tailwind (arbitrary) */
class="text-[#7f8855] bg-[#7f8855]"
/* SCSS */
$brand: #7f8855;
/* SwiftUI */
Color(red: 0.498, green: 0.533, blue: 0.333)
/* Android */
Color.parseColor("#7f8855")Accessibility — WCAG contrast
Aa
#7f8855 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f8855 on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green53.3%
Blue33.3%
CMYK percentages
Cyan6.6%
Magenta0.0%
Yellow37.5%
Key (black)46.7%
Color previews
#7f8855 text on a black background
contrast 5.56:1
Card sample
#7f8855 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f8855;
Background color
Panel with #7f8855 background
background-color: #7f8855;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f8855;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 136, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 136, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f8855; background: linear-gradient(135deg, #7f8855, #5D8855);