#8cac7b
a balanced, soft green · cool · closest name: seagreen
RGB
140, 172, 123
HSL
99°, 23%, 58%
CMYK
19, 0, 29, 33
Luminance
0.3651
Every format
| HEX | #8cac7b |
| RGB | rgb(140, 172, 123) |
| HSL | hsl(99, 23%, 58%) |
| CMYK | cmyk(19%, 0%, 29%, 33%) |
| LAB | lab(66.9 -20.2 21.7) |
| LCH | lch(66.9 29.7 132.9) |
| OKLCH | oklch(0.708 0.077 135.0) |
Copy-ready code
/* CSS */
color: #8cac7b;
background-color: #8cac7b;
/* Tailwind (arbitrary) */
class="text-[#8cac7b] bg-[#8cac7b]"
/* SCSS */
$brand: #8cac7b;
/* SwiftUI */
Color(red: 0.549, green: 0.675, blue: 0.482)
/* Android */
Color.parseColor("#8cac7b")Accessibility — WCAG contrast
Aa
#8cac7b on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cac7b on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green67.5%
Blue48.2%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow28.5%
Key (black)32.5%
Color previews
#8cac7b text on a black background
contrast 8.30:1
Card sample
#8cac7b text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cac7b;
Background color
Panel with #8cac7b background
background-color: #8cac7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cac7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 172, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 172, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cac7b; background: linear-gradient(135deg, #8cac7b, #7BAC8B);