#0cd74d
a dark, electric green · cool · closest name: forestgreen
RGB
12, 215, 77
HSL
139°, 89%, 45%
CMYK
94, 0, 64, 16
Luminance
0.4921
Every format
| HEX | #0cd74d |
| RGB | rgb(12, 215, 77) |
| HSL | hsl(139, 89%, 45%) |
| CMYK | cmyk(94%, 0%, 64%, 16%) |
| LAB | lab(75.6 -71.1 54.2) |
| LCH | lch(75.6 89.4 142.6) |
| OKLCH | oklch(0.766 0.229 146.5) |
Copy-ready code
/* CSS */
color: #0cd74d;
background-color: #0cd74d;
/* Tailwind (arbitrary) */
class="text-[#0cd74d] bg-[#0cd74d]"
/* SCSS */
$brand: #0cd74d;
/* SwiftUI */
Color(red: 0.047, green: 0.843, blue: 0.302)
/* Android */
Color.parseColor("#0cd74d")Accessibility — WCAG contrast
Aa
#0cd74d on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cd74d on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green84.3%
Blue30.2%
CMYK percentages
Cyan94.4%
Magenta0.0%
Yellow64.2%
Key (black)15.7%
Color previews
#0cd74d text on a black background
contrast 10.84:1
Card sample
#0cd74d text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cd74d;
Background color
Panel with #0cd74d background
background-color: #0cd74d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cd74d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 215, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 215, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cd74d; background: linear-gradient(135deg, #0cd74d, #0CD7D4);