#14b77a
a dark, electric green · cool · closest name: seagreen
RGB
20, 183, 122
HSL
158°, 80%, 40%
CMYK
89, 0, 33, 28
Luminance
0.3542
Every format
| HEX | #14b77a |
| RGB | rgb(20, 183, 122) |
| HSL | hsl(158, 80%, 40%) |
| CMYK | cmyk(89%, 0%, 33%, 28%) |
| LAB | lab(66.1 -52.8 20.4) |
| LCH | lch(66.1 56.6 158.8) |
| OKLCH | oklch(0.689 0.152 160.1) |
Copy-ready code
/* CSS */
color: #14b77a;
background-color: #14b77a;
/* Tailwind (arbitrary) */
class="text-[#14b77a] bg-[#14b77a]"
/* SCSS */
$brand: #14b77a;
/* SwiftUI */
Color(red: 0.078, green: 0.718, blue: 0.478)
/* Android */
Color.parseColor("#14b77a")Accessibility — WCAG contrast
Aa
#14b77a on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#14b77a on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green71.8%
Blue47.8%
CMYK percentages
Cyan89.1%
Magenta0.0%
Yellow33.3%
Key (black)28.2%
Color previews
#14b77a text on a black background
contrast 8.08:1
Card sample
#14b77a text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14b77a;
Background color
Panel with #14b77a background
background-color: #14b77a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14b77a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 183, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 183, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14b77a; background: linear-gradient(135deg, #14b77a, #1487B7);