#0cdd6f
a balanced, electric green · cool · closest name: forestgreen
RGB
12, 221, 111
HSL
148°, 90%, 46%
CMYK
95, 0, 50, 13
Luminance
0.5294
Every format
| HEX | #0cdd6f |
| RGB | rgb(12, 221, 111) |
| HSL | hsl(148, 90%, 46%) |
| CMYK | cmyk(95%, 0%, 50%, 13%) |
| LAB | lab(77.8 -68.3 41.4) |
| LCH | lch(77.8 79.9 148.8) |
| OKLCH | oklch(0.786 0.209 151.2) |
Copy-ready code
/* CSS */
color: #0cdd6f;
background-color: #0cdd6f;
/* Tailwind (arbitrary) */
class="text-[#0cdd6f] bg-[#0cdd6f]"
/* SCSS */
$brand: #0cdd6f;
/* SwiftUI */
Color(red: 0.047, green: 0.867, blue: 0.435)
/* Android */
Color.parseColor("#0cdd6f")Accessibility — WCAG contrast
Aa
#0cdd6f on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cdd6f on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green86.7%
Blue43.5%
CMYK percentages
Cyan94.6%
Magenta0.0%
Yellow49.8%
Key (black)13.3%
Color previews
#0cdd6f text on a black background
contrast 11.59:1
Card sample
#0cdd6f text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cdd6f;
Background color
Panel with #0cdd6f background
background-color: #0cdd6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cdd6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 221, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 221, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cdd6f; background: linear-gradient(135deg, #0cdd6f, #0CC0DD);