#0cdc7f
a balanced, electric green · cool · closest name: forestgreen
RGB
12, 220, 127
HSL
153°, 90%, 46%
CMYK
95, 0, 42, 14
Luminance
0.5280
Every format
| HEX | #0cdc7f |
| RGB | rgb(12, 220, 127) |
| HSL | hsl(153, 90%, 46%) |
| CMYK | cmyk(95%, 0%, 42%, 14%) |
| LAB | lab(77.8 -65.3 33.4) |
| LCH | lch(77.8 73.3 152.9) |
| OKLCH | oklch(0.786 0.194 154.7) |
Copy-ready code
/* CSS */
color: #0cdc7f;
background-color: #0cdc7f;
/* Tailwind (arbitrary) */
class="text-[#0cdc7f] bg-[#0cdc7f]"
/* SCSS */
$brand: #0cdc7f;
/* SwiftUI */
Color(red: 0.047, green: 0.863, blue: 0.498)
/* Android */
Color.parseColor("#0cdc7f")Accessibility — WCAG contrast
Aa
#0cdc7f on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cdc7f on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green86.3%
Blue49.8%
CMYK percentages
Cyan94.5%
Magenta0.0%
Yellow42.3%
Key (black)13.7%
Color previews
#0cdc7f text on a black background
contrast 11.56:1
Card sample
#0cdc7f text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cdc7f;
Background color
Panel with #0cdc7f background
background-color: #0cdc7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cdc7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 220, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 220, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cdc7f; background: linear-gradient(135deg, #0cdc7f, #0CAEDC);