#14b729
a dark, electric green · cool · closest name: green
RGB
20, 183, 41
HSL
128°, 80%, 40%
CMYK
89, 0, 78, 28
Luminance
0.3418
Every format
| HEX | #14b729 |
| RGB | rgb(20, 183, 41) |
| HSL | hsl(128, 80%, 40%) |
| CMYK | cmyk(89%, 0%, 78%, 28%) |
| LAB | lab(65.1 -64.5 56.9) |
| LCH | lch(65.1 86.0 138.6) |
| OKLCH | oklch(0.678 0.216 143.8) |
Copy-ready code
/* CSS */
color: #14b729;
background-color: #14b729;
/* Tailwind (arbitrary) */
class="text-[#14b729] bg-[#14b729]"
/* SCSS */
$brand: #14b729;
/* SwiftUI */
Color(red: 0.078, green: 0.718, blue: 0.161)
/* Android */
Color.parseColor("#14b729")Accessibility — WCAG contrast
Aa
#14b729 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#14b729 on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green71.8%
Blue16.1%
CMYK percentages
Cyan89.1%
Magenta0.0%
Yellow77.6%
Key (black)28.2%
Color previews
#14b729 text on a black background
contrast 7.84:1
Card sample
#14b729 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14b729;
Background color
Panel with #14b729 background
background-color: #14b729;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14b729;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 183, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 183, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14b729; background: linear-gradient(135deg, #14b729, #14B796);