#14c708
a dark, electric green · cool · closest name: lime
RGB
20, 199, 8
HSL
116°, 92%, 41%
CMYK
90, 0, 96, 22
Luminance
0.4101
Every format
| HEX | #14c708 |
| RGB | rgb(20, 199, 8) |
| HSL | hsl(116, 92%, 41%) |
| CMYK | cmyk(90%, 0%, 96%, 22%) |
| LAB | lab(70.2 -70.4 68.3) |
| LCH | lch(70.2 98.1 135.9) |
| OKLCH | oklch(0.720 0.242 142.3) |
Copy-ready code
/* CSS */
color: #14c708;
background-color: #14c708;
/* Tailwind (arbitrary) */
class="text-[#14c708] bg-[#14c708]"
/* SCSS */
$brand: #14c708;
/* SwiftUI */
Color(red: 0.078, green: 0.780, blue: 0.031)
/* Android */
Color.parseColor("#14c708")Accessibility — WCAG contrast
Aa
#14c708 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#14c708 on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green78.0%
Blue3.1%
CMYK percentages
Cyan89.9%
Magenta0.0%
Yellow96.0%
Key (black)22.0%
Color previews
#14c708 text on a black background
contrast 9.20:1
Card sample
#14c708 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14c708;
Background color
Panel with #14c708 background
background-color: #14c708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14c708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 199, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 199, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14c708; background: linear-gradient(135deg, #14c708, #08C77B);