#0cd556
a dark, electric green · cool · closest name: forestgreen
RGB
12, 213, 86
HSL
142°, 89%, 44%
CMYK
94, 0, 60, 17
Luminance
0.4834
Every format
| HEX | #0cd556 |
| RGB | rgb(12, 213, 86) |
| HSL | hsl(142, 89%, 44%) |
| CMYK | cmyk(94%, 0%, 60%, 17%) |
| LAB | lab(75.0 -69.4 49.7) |
| LCH | lch(75.0 85.4 144.4) |
| OKLCH | oklch(0.762 0.220 147.8) |
Copy-ready code
/* CSS */
color: #0cd556;
background-color: #0cd556;
/* Tailwind (arbitrary) */
class="text-[#0cd556] bg-[#0cd556]"
/* SCSS */
$brand: #0cd556;
/* SwiftUI */
Color(red: 0.047, green: 0.835, blue: 0.337)
/* Android */
Color.parseColor("#0cd556")Accessibility — WCAG contrast
Aa
#0cd556 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cd556 on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green83.5%
Blue33.7%
CMYK percentages
Cyan94.4%
Magenta0.0%
Yellow59.6%
Key (black)16.5%
Color previews
#0cd556 text on a black background
contrast 10.67:1
Card sample
#0cd556 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cd556;
Background color
Panel with #0cd556 background
background-color: #0cd556;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cd556;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 213, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 213, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cd556; background: linear-gradient(135deg, #0cd556, #0CCED5);