#0cd18f
a dark, electric green · cool · closest name: aquamarine
RGB
12, 209, 143
HSL
160°, 89%, 43%
CMYK
94, 0, 32, 18
Luminance
0.4766
Every format
| HEX | #0cd18f |
| RGB | rgb(12, 209, 143) |
| HSL | hsl(160, 89%, 43%) |
| CMYK | cmyk(94%, 0%, 32%, 18%) |
| LAB | lab(74.6 -58.2 20.9) |
| LCH | lch(74.6 61.9 160.2) |
| OKLCH | oklch(0.761 0.167 161.5) |
Copy-ready code
/* CSS */
color: #0cd18f;
background-color: #0cd18f;
/* Tailwind (arbitrary) */
class="text-[#0cd18f] bg-[#0cd18f]"
/* SCSS */
$brand: #0cd18f;
/* SwiftUI */
Color(red: 0.047, green: 0.820, blue: 0.561)
/* Android */
Color.parseColor("#0cd18f")Accessibility — WCAG contrast
Aa
#0cd18f on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cd18f on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green82.0%
Blue56.1%
CMYK percentages
Cyan94.3%
Magenta0.0%
Yellow31.6%
Key (black)18.0%
Color previews
#0cd18f text on a black background
contrast 10.53:1
Card sample
#0cd18f text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cd18f;
Background color
Panel with #0cd18f background
background-color: #0cd18f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cd18f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 209, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 209, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cd18f; background: linear-gradient(135deg, #0cd18f, #0C90D1);