#14ac73
a dark, electric green · cool · closest name: seagreen
RGB
20, 172, 115
HSL
158°, 79%, 38%
CMYK
88, 0, 33, 33
Luminance
0.3089
Every format
| HEX | #14ac73 |
| RGB | rgb(20, 172, 115) |
| HSL | hsl(158, 79%, 38%) |
| CMYK | cmyk(88%, 0%, 33%, 33%) |
| LAB | lab(62.4 -50.1 19.2) |
| LCH | lch(62.4 53.7 159.0) |
| OKLCH | oklch(0.659 0.144 160.3) |
Copy-ready code
/* CSS */
color: #14ac73;
background-color: #14ac73;
/* Tailwind (arbitrary) */
class="text-[#14ac73] bg-[#14ac73]"
/* SCSS */
$brand: #14ac73;
/* SwiftUI */
Color(red: 0.078, green: 0.675, blue: 0.451)
/* Android */
Color.parseColor("#14ac73")Accessibility — WCAG contrast
Aa
#14ac73 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#14ac73 on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green67.5%
Blue45.1%
CMYK percentages
Cyan88.4%
Magenta0.0%
Yellow33.1%
Key (black)32.5%
Color previews
#14ac73 text on a black background
contrast 7.18:1
Card sample
#14ac73 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14ac73;
Background color
Panel with #14ac73 background
background-color: #14ac73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14ac73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 172, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 172, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14ac73; background: linear-gradient(135deg, #14ac73, #1480AC);