#0eb178
a dark, electric green · cool · closest name: seagreen
RGB
14, 177, 120
HSL
159°, 85%, 38%
CMYK
92, 0, 32, 31
Luminance
0.3289
Every format
| HEX | #0eb178 |
| RGB | rgb(14, 177, 120) |
| HSL | hsl(159, 85%, 38%) |
| CMYK | cmyk(92%, 0%, 32%, 31%) |
| LAB | lab(64.1 -51.3 18.8) |
| LCH | lch(64.1 54.6 159.9) |
| OKLCH | oklch(0.673 0.147 161.1) |
Copy-ready code
/* CSS */
color: #0eb178;
background-color: #0eb178;
/* Tailwind (arbitrary) */
class="text-[#0eb178] bg-[#0eb178]"
/* SCSS */
$brand: #0eb178;
/* SwiftUI */
Color(red: 0.055, green: 0.694, blue: 0.471)
/* Android */
Color.parseColor("#0eb178")Accessibility — WCAG contrast
Aa
#0eb178 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eb178 on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green69.4%
Blue47.1%
CMYK percentages
Cyan92.1%
Magenta0.0%
Yellow32.2%
Key (black)30.6%
Color previews
#0eb178 text on a black background
contrast 7.58:1
Card sample
#0eb178 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eb178;
Background color
Panel with #0eb178 background
background-color: #0eb178;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eb178;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 177, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 177, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eb178; background: linear-gradient(135deg, #0eb178, #0E7EB1);