#0cd05f
a dark, electric green · cool · closest name: forestgreen
RGB
12, 208, 95
HSL
145°, 89%, 43%
CMYK
94, 0, 54, 18
Luminance
0.4602
Every format
| HEX | #0cd05f |
| RGB | rgb(12, 208, 95) |
| HSL | hsl(145, 89%, 43%) |
| CMYK | cmyk(94%, 0%, 54%, 18%) |
| LAB | lab(73.5 -66.6 43.8) |
| LCH | lch(73.5 79.8 146.7) |
| OKLCH | oklch(0.750 0.207 149.5) |
Copy-ready code
/* CSS */
color: #0cd05f;
background-color: #0cd05f;
/* Tailwind (arbitrary) */
class="text-[#0cd05f] bg-[#0cd05f]"
/* SCSS */
$brand: #0cd05f;
/* SwiftUI */
Color(red: 0.047, green: 0.816, blue: 0.373)
/* Android */
Color.parseColor("#0cd05f")Accessibility — WCAG contrast
Aa
#0cd05f on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cd05f on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green81.6%
Blue37.3%
CMYK percentages
Cyan94.2%
Magenta0.0%
Yellow54.3%
Key (black)18.4%
Color previews
#0cd05f text on a black background
contrast 10.20:1
Card sample
#0cd05f text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cd05f;
Background color
Panel with #0cd05f background
background-color: #0cd05f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cd05f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 208, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 208, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cd05f; background: linear-gradient(135deg, #0cd05f, #0CBED0);