#14c01c
a dark, electric green · cool · closest name: green
RGB
20, 192, 28
HSL
123°, 81%, 42%
CMYK
90, 0, 85, 25
Luminance
0.3793
Every format
| HEX | #14c01c |
| RGB | rgb(20, 192, 28) |
| HSL | hsl(123, 81%, 42%) |
| CMYK | cmyk(90%, 0%, 85%, 25%) |
| LAB | lab(68.0 -67.8 63.2) |
| LCH | lch(68.0 92.7 137.0) |
| OKLCH | oklch(0.702 0.230 142.9) |
Copy-ready code
/* CSS */
color: #14c01c;
background-color: #14c01c;
/* Tailwind (arbitrary) */
class="text-[#14c01c] bg-[#14c01c]"
/* SCSS */
$brand: #14c01c;
/* SwiftUI */
Color(red: 0.078, green: 0.753, blue: 0.110)
/* Android */
Color.parseColor("#14c01c")Accessibility — WCAG contrast
Aa
#14c01c on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#14c01c on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green75.3%
Blue11.0%
CMYK percentages
Cyan89.6%
Magenta0.0%
Yellow85.4%
Key (black)24.7%
Color previews
#14c01c text on a black background
contrast 8.59:1
Card sample
#14c01c text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14c01c;
Background color
Panel with #14c01c background
background-color: #14c01c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14c01c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 192, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 192, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14c01c; background: linear-gradient(135deg, #14c01c, #14C08F);