#0cd962
a dark, electric green · cool · closest name: forestgreen
RGB
12, 217, 98
HSL
145°, 90%, 45%
CMYK
95, 0, 55, 15
Luminance
0.5059
Every format
| HEX | #0cd962 |
| RGB | rgb(12, 217, 98) |
| HSL | hsl(145, 90%, 45%) |
| CMYK | cmyk(95%, 0%, 55%, 15%) |
| LAB | lab(76.4 -69.0 45.9) |
| LCH | lch(76.4 82.9 146.4) |
| OKLCH | oklch(0.774 0.215 149.3) |
Copy-ready code
/* CSS */
color: #0cd962;
background-color: #0cd962;
/* Tailwind (arbitrary) */
class="text-[#0cd962] bg-[#0cd962]"
/* SCSS */
$brand: #0cd962;
/* SwiftUI */
Color(red: 0.047, green: 0.851, blue: 0.384)
/* Android */
Color.parseColor("#0cd962")Accessibility — WCAG contrast
Aa
#0cd962 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cd962 on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green85.1%
Blue38.4%
CMYK percentages
Cyan94.5%
Magenta0.0%
Yellow54.8%
Key (black)14.9%
Color previews
#0cd962 text on a black background
contrast 11.12:1
Card sample
#0cd962 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cd962;
Background color
Panel with #0cd962 background
background-color: #0cd962;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cd962;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 217, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 217, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cd962; background: linear-gradient(135deg, #0cd962, #0CC7D9);