#0cd14e
a dark, electric green · cool · closest name: forestgreen
RGB
12, 209, 78
HSL
140°, 89%, 43%
CMYK
94, 0, 63, 18
Luminance
0.4623
Every format
| HEX | #0cd14e |
| RGB | rgb(12, 209, 78) |
| HSL | hsl(140, 89%, 43%) |
| CMYK | cmyk(94%, 0%, 63%, 18%) |
| LAB | lab(73.7 -69.2 51.7) |
| LCH | lch(73.7 86.3 143.2) |
| OKLCH | oklch(0.750 0.222 146.9) |
Copy-ready code
/* CSS */
color: #0cd14e;
background-color: #0cd14e;
/* Tailwind (arbitrary) */
class="text-[#0cd14e] bg-[#0cd14e]"
/* SCSS */
$brand: #0cd14e;
/* SwiftUI */
Color(red: 0.047, green: 0.820, blue: 0.306)
/* Android */
Color.parseColor("#0cd14e")Accessibility — WCAG contrast
Aa
#0cd14e on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cd14e on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green82.0%
Blue30.6%
CMYK percentages
Cyan94.3%
Magenta0.0%
Yellow62.7%
Key (black)18.0%
Color previews
#0cd14e text on a black background
contrast 10.25:1
Card sample
#0cd14e text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cd14e;
Background color
Panel with #0cd14e background
background-color: #0cd14e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cd14e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 209, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 209, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cd14e; background: linear-gradient(135deg, #0cd14e, #0CD0D1);