#0cd85d
a dark, electric green · cool · closest name: forestgreen
RGB
12, 216, 93
HSL
144°, 90%, 45%
CMYK
94, 0, 57, 15
Luminance
0.4998
Every format
| HEX | #0cd85d |
| RGB | rgb(12, 216, 93) |
| HSL | hsl(144, 90%, 45%) |
| CMYK | cmyk(94%, 0%, 57%, 15%) |
| LAB | lab(76.0 -69.4 47.8) |
| LCH | lch(76.0 84.3 145.5) |
| OKLCH | oklch(0.771 0.218 148.6) |
Copy-ready code
/* CSS */
color: #0cd85d;
background-color: #0cd85d;
/* Tailwind (arbitrary) */
class="text-[#0cd85d] bg-[#0cd85d]"
/* SCSS */
$brand: #0cd85d;
/* SwiftUI */
Color(red: 0.047, green: 0.847, blue: 0.365)
/* Android */
Color.parseColor("#0cd85d")Accessibility — WCAG contrast
Aa
#0cd85d on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cd85d on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green84.7%
Blue36.5%
CMYK percentages
Cyan94.4%
Magenta0.0%
Yellow56.9%
Key (black)15.3%
Color previews
#0cd85d text on a black background
contrast 11.00:1
Card sample
#0cd85d text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cd85d;
Background color
Panel with #0cd85d background
background-color: #0cd85d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cd85d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 216, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 216, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cd85d; background: linear-gradient(135deg, #0cd85d, #0CCBD8);