#0cdb66
a balanced, electric green · cool · closest name: forestgreen
RGB
12, 219, 102
HSL
146°, 90%, 45%
CMYK
95, 0, 53, 14
Luminance
0.5170
Every format
| HEX | #0cdb66 |
| RGB | rgb(12, 219, 102) |
| HSL | hsl(146, 90%, 45%) |
| CMYK | cmyk(95%, 0%, 53%, 14%) |
| LAB | lab(77.1 -69.1 44.8) |
| LCH | lch(77.1 82.3 147.0) |
| OKLCH | oklch(0.780 0.214 149.8) |
Copy-ready code
/* CSS */
color: #0cdb66;
background-color: #0cdb66;
/* Tailwind (arbitrary) */
class="text-[#0cdb66] bg-[#0cdb66]"
/* SCSS */
$brand: #0cdb66;
/* SwiftUI */
Color(red: 0.047, green: 0.859, blue: 0.400)
/* Android */
Color.parseColor("#0cdb66")Accessibility — WCAG contrast
Aa
#0cdb66 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cdb66 on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green85.9%
Blue40.0%
CMYK percentages
Cyan94.5%
Magenta0.0%
Yellow53.4%
Key (black)14.1%
Color previews
#0cdb66 text on a black background
contrast 11.34:1
Card sample
#0cdb66 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cdb66;
Background color
Panel with #0cdb66 background
background-color: #0cdb66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cdb66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 219, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 219, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cdb66; background: linear-gradient(135deg, #0cdb66, #0CC6DB);