#8eb993
a balanced, soft green · cool · closest name: seagreen
RGB
142, 185, 147
HSL
127°, 24%, 64%
CMYK
23, 0, 21, 28
Luminance
0.4256
Every format
| HEX | #8eb993 |
| RGB | rgb(142, 185, 147) |
| HSL | hsl(127, 24%, 64%) |
| CMYK | cmyk(23%, 0%, 21%, 28%) |
| LAB | lab(71.3 -21.9 14.7) |
| LCH | lch(71.3 26.4 146.2) |
| OKLCH | oklch(0.744 0.071 147.9) |
Copy-ready code
/* CSS */
color: #8eb993;
background-color: #8eb993;
/* Tailwind (arbitrary) */
class="text-[#8eb993] bg-[#8eb993]"
/* SCSS */
$brand: #8eb993;
/* SwiftUI */
Color(red: 0.557, green: 0.725, blue: 0.576)
/* Android */
Color.parseColor("#8eb993")Accessibility — WCAG contrast
Aa
#8eb993 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb993 on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green72.5%
Blue57.6%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow20.5%
Key (black)27.5%
Color previews
#8eb993 text on a black background
contrast 9.51:1
Card sample
#8eb993 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb993;
Background color
Panel with #8eb993 background
background-color: #8eb993;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb993;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 185, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 185, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb993; background: linear-gradient(135deg, #8eb993, #8EB9B0);