#14ff7f
a balanced, electric green · cool · closest name: lime
RGB
20, 255, 127
HSL
147°, 100%, 54%
CMYK
92, 0, 50, 0
Luminance
0.7320
Every format
| HEX | #14ff7f |
| RGB | rgb(20, 255, 127) |
| HSL | hsl(147, 100%, 54%) |
| CMYK | cmyk(92%, 0%, 50%, 0%) |
| LAB | lab(88.5 -76.3 47.1) |
| LCH | lch(88.5 89.7 148.3) |
| OKLCH | oklch(0.876 0.234 150.8) |
Copy-ready code
/* CSS */
color: #14ff7f;
background-color: #14ff7f;
/* Tailwind (arbitrary) */
class="text-[#14ff7f] bg-[#14ff7f]"
/* SCSS */
$brand: #14ff7f;
/* SwiftUI */
Color(red: 0.078, green: 1.000, blue: 0.498)
/* Android */
Color.parseColor("#14ff7f")Accessibility — WCAG contrast
Aa
#14ff7f on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#14ff7f on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green100.0%
Blue49.8%
CMYK percentages
Cyan92.2%
Magenta0.0%
Yellow50.2%
Key (black)0.0%
Color previews
#14ff7f text on a black background
contrast 15.64:1
Card sample
#14ff7f text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14ff7f;
Background color
Panel with #14ff7f background
background-color: #14ff7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14ff7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 255, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 255, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14ff7f; background: linear-gradient(135deg, #14ff7f, #14E2FF);