#8bab70
a balanced, soft green · cool · closest name: seagreen
RGB
139, 171, 112
HSL
93°, 26%, 56%
CMYK
19, 0, 35, 33
Luminance
0.3578
Every format
| HEX | #8bab70 |
| RGB | rgb(139, 171, 112) |
| HSL | hsl(93, 26%, 56%) |
| CMYK | cmyk(19%, 0%, 35%, 33%) |
| LAB | lab(66.3 -21.8 26.9) |
| LCH | lch(66.3 34.6 129.0) |
| OKLCH | oklch(0.702 0.089 131.5) |
Copy-ready code
/* CSS */
color: #8bab70;
background-color: #8bab70;
/* Tailwind (arbitrary) */
class="text-[#8bab70] bg-[#8bab70]"
/* SCSS */
$brand: #8bab70;
/* SwiftUI */
Color(red: 0.545, green: 0.671, blue: 0.439)
/* Android */
Color.parseColor("#8bab70")Accessibility — WCAG contrast
Aa
#8bab70 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bab70 on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green67.1%
Blue43.9%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow34.5%
Key (black)32.9%
Color previews
#8bab70 text on a black background
contrast 8.16:1
Card sample
#8bab70 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bab70;
Background color
Panel with #8bab70 background
background-color: #8bab70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bab70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 171, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 171, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bab70; background: linear-gradient(135deg, #8bab70, #70AB7C);