#8eb98a
a balanced, soft green · cool · closest name: seagreen
RGB
142, 185, 138
HSL
115°, 25%, 63%
CMYK
23, 0, 25, 28
Luminance
0.4228
Every format
| HEX | #8eb98a |
| RGB | rgb(142, 185, 138) |
| HSL | hsl(115, 25%, 63%) |
| CMYK | cmyk(23%, 0%, 25%, 28%) |
| LAB | lab(71.1 -23.5 19.3) |
| LCH | lch(71.1 30.4 140.6) |
| OKLCH | oklch(0.742 0.081 142.6) |
Copy-ready code
/* CSS */
color: #8eb98a;
background-color: #8eb98a;
/* Tailwind (arbitrary) */
class="text-[#8eb98a] bg-[#8eb98a]"
/* SCSS */
$brand: #8eb98a;
/* SwiftUI */
Color(red: 0.557, green: 0.725, blue: 0.541)
/* Android */
Color.parseColor("#8eb98a")Accessibility — WCAG contrast
Aa
#8eb98a on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb98a on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green72.5%
Blue54.1%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow25.4%
Key (black)27.5%
Color previews
#8eb98a text on a black background
contrast 9.46:1
Card sample
#8eb98a text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb98a;
Background color
Panel with #8eb98a background
background-color: #8eb98a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb98a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 185, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 185, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb98a; background: linear-gradient(135deg, #8eb98a, #8AB9A5);