#8cb79a
a balanced, soft green · cool · closest name: silver
RGB
140, 183, 154
HSL
140°, 23%, 63%
CMYK
24, 0, 16, 28
Luminance
0.4178
Every format
| HEX | #8cb79a |
| RGB | rgb(140, 183, 154) |
| HSL | hsl(140, 23%, 63%) |
| CMYK | cmyk(24%, 0%, 16%, 28%) |
| LAB | lab(70.7 -20.3 10.1) |
| LCH | lch(70.7 22.7 153.5) |
| OKLCH | oklch(0.740 0.062 155.1) |
Copy-ready code
/* CSS */
color: #8cb79a;
background-color: #8cb79a;
/* Tailwind (arbitrary) */
class="text-[#8cb79a] bg-[#8cb79a]"
/* SCSS */
$brand: #8cb79a;
/* SwiftUI */
Color(red: 0.549, green: 0.718, blue: 0.604)
/* Android */
Color.parseColor("#8cb79a")Accessibility — WCAG contrast
Aa
#8cb79a on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cb79a on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green71.8%
Blue60.4%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow15.8%
Key (black)28.2%
Color previews
#8cb79a text on a black background
contrast 9.36:1
Card sample
#8cb79a text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cb79a;
Background color
Panel with #8cb79a background
background-color: #8cb79a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cb79a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 183, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 183, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cb79a; background: linear-gradient(135deg, #8cb79a, #8CB7B7);