#0eb779
a dark, electric green · cool · closest name: seagreen
RGB
14, 183, 121
HSL
158°, 86%, 39%
CMYK
92, 0, 34, 28
Luminance
0.3534
Every format
| HEX | #0eb779 |
| RGB | rgb(14, 183, 121) |
| HSL | hsl(158, 86%, 39%) |
| CMYK | cmyk(92%, 0%, 34%, 28%) |
| LAB | lab(66.0 -53.3 20.9) |
| LCH | lch(66.0 57.3 158.6) |
| OKLCH | oklch(0.689 0.154 159.9) |
Copy-ready code
/* CSS */
color: #0eb779;
background-color: #0eb779;
/* Tailwind (arbitrary) */
class="text-[#0eb779] bg-[#0eb779]"
/* SCSS */
$brand: #0eb779;
/* SwiftUI */
Color(red: 0.055, green: 0.718, blue: 0.475)
/* Android */
Color.parseColor("#0eb779")Accessibility — WCAG contrast
Aa
#0eb779 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eb779 on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green71.8%
Blue47.5%
CMYK percentages
Cyan92.3%
Magenta0.0%
Yellow33.9%
Key (black)28.2%
Color previews
#0eb779 text on a black background
contrast 8.07:1
Card sample
#0eb779 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eb779;
Background color
Panel with #0eb779 background
background-color: #0eb779;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eb779;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 183, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 183, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eb779; background: linear-gradient(135deg, #0eb779, #0E84B7);