#8cb07f
a balanced, soft green · cool · closest name: seagreen
RGB
140, 176, 127
HSL
104°, 24%, 59%
CMYK
21, 0, 28, 31
Luminance
0.3816
Every format
| HEX | #8cb07f |
| RGB | rgb(140, 176, 127) |
| HSL | hsl(104, 24%, 59%) |
| CMYK | cmyk(21%, 0%, 28%, 31%) |
| LAB | lab(68.1 -21.6 21.2) |
| LCH | lch(68.1 30.3 135.5) |
| OKLCH | oklch(0.718 0.080 137.5) |
Copy-ready code
/* CSS */
color: #8cb07f;
background-color: #8cb07f;
/* Tailwind (arbitrary) */
class="text-[#8cb07f] bg-[#8cb07f]"
/* SCSS */
$brand: #8cb07f;
/* SwiftUI */
Color(red: 0.549, green: 0.690, blue: 0.498)
/* Android */
Color.parseColor("#8cb07f")Accessibility — WCAG contrast
Aa
#8cb07f on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cb07f on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green69.0%
Blue49.8%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow27.8%
Key (black)31.0%
Color previews
#8cb07f text on a black background
contrast 8.63:1
Card sample
#8cb07f text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cb07f;
Background color
Panel with #8cb07f background
background-color: #8cb07f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cb07f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 176, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 176, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cb07f; background: linear-gradient(135deg, #8cb07f, #7FB093);