#8cbf8c
a balanced, soft green · cool · closest name: seagreen
RGB
140, 191, 140
HSL
120°, 29%, 65%
CMYK
27, 0, 27, 25
Luminance
0.4473
Every format
| HEX | #8cbf8c |
| RGB | rgb(140, 191, 140) |
| HSL | hsl(120, 29%, 65%) |
| CMYK | cmyk(27%, 0%, 27%, 25%) |
| LAB | lab(72.7 -26.8 20.5) |
| LCH | lch(72.7 33.8 142.6) |
| OKLCH | oklch(0.755 0.090 144.6) |
Copy-ready code
/* CSS */
color: #8cbf8c;
background-color: #8cbf8c;
/* Tailwind (arbitrary) */
class="text-[#8cbf8c] bg-[#8cbf8c]"
/* SCSS */
$brand: #8cbf8c;
/* SwiftUI */
Color(red: 0.549, green: 0.749, blue: 0.549)
/* Android */
Color.parseColor("#8cbf8c")Accessibility — WCAG contrast
Aa
#8cbf8c on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cbf8c on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green74.9%
Blue54.9%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow26.7%
Key (black)25.1%
Color previews
#8cbf8c text on a black background
contrast 9.95:1
Card sample
#8cbf8c text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cbf8c;
Background color
Panel with #8cbf8c background
background-color: #8cbf8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cbf8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 191, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 191, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cbf8c; background: linear-gradient(135deg, #8cbf8c, #8CBFAE);