#8c9f65
a balanced, soft green · cool · closest name: tan
RGB
140, 159, 101
HSL
80°, 23%, 51%
CMYK
12, 0, 37, 38
Luminance
0.3131
Every format
| HEX | #8c9f65 |
| RGB | rgb(140, 159, 101) |
| HSL | hsl(80, 23%, 51%) |
| CMYK | cmyk(12%, 0%, 37%, 38%) |
| LAB | lab(62.8 -16.8 28.1) |
| LCH | lch(62.8 32.7 120.8) |
| OKLCH | oklch(0.673 0.083 123.4) |
Copy-ready code
/* CSS */
color: #8c9f65;
background-color: #8c9f65;
/* Tailwind (arbitrary) */
class="text-[#8c9f65] bg-[#8c9f65]"
/* SCSS */
$brand: #8c9f65;
/* SwiftUI */
Color(red: 0.549, green: 0.624, blue: 0.396)
/* Android */
Color.parseColor("#8c9f65")Accessibility — WCAG contrast
Aa
#8c9f65 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8c9f65 on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green62.4%
Blue39.6%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow36.5%
Key (black)37.6%
Color previews
#8c9f65 text on a black background
contrast 7.26:1
Card sample
#8c9f65 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c9f65;
Background color
Panel with #8c9f65 background
background-color: #8c9f65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c9f65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 159, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 159, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c9f65; background: linear-gradient(135deg, #8c9f65, #659F65);