#0cd77d
a dark, electric green · cool · closest name: forestgreen
RGB
12, 215, 125
HSL
153°, 89%, 45%
CMYK
94, 0, 42, 16
Luminance
0.5016
Every format
| HEX | #0cd77d |
| RGB | rgb(12, 215, 125) |
| HSL | hsl(153, 89%, 45%) |
| CMYK | cmyk(94%, 0%, 42%, 16%) |
| LAB | lab(76.2 -64.0 32.3) |
| LCH | lch(76.2 71.7 153.2) |
| OKLCH | oklch(0.773 0.190 155.0) |
Copy-ready code
/* CSS */
color: #0cd77d;
background-color: #0cd77d;
/* Tailwind (arbitrary) */
class="text-[#0cd77d] bg-[#0cd77d]"
/* SCSS */
$brand: #0cd77d;
/* SwiftUI */
Color(red: 0.047, green: 0.843, blue: 0.490)
/* Android */
Color.parseColor("#0cd77d")Accessibility — WCAG contrast
Aa
#0cd77d on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cd77d on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green84.3%
Blue49.0%
CMYK percentages
Cyan94.4%
Magenta0.0%
Yellow41.9%
Key (black)15.7%
Color previews
#0cd77d text on a black background
contrast 11.03:1
Card sample
#0cd77d text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cd77d;
Background color
Panel with #0cd77d background
background-color: #0cd77d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cd77d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 215, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 215, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cd77d; background: linear-gradient(135deg, #0cd77d, #0CAAD7);