#0cd28f
a dark, electric green · cool · closest name: aquamarine
RGB
12, 210, 143
HSL
160°, 89%, 44%
CMYK
94, 0, 32, 18
Luminance
0.4815
Every format
| HEX | #0cd28f |
| RGB | rgb(12, 210, 143) |
| HSL | hsl(160, 89%, 44%) |
| CMYK | cmyk(94%, 0%, 32%, 18%) |
| LAB | lab(74.9 -58.6 21.4) |
| LCH | lch(74.9 62.4 160.0) |
| OKLCH | oklch(0.764 0.168 161.2) |
Copy-ready code
/* CSS */
color: #0cd28f;
background-color: #0cd28f;
/* Tailwind (arbitrary) */
class="text-[#0cd28f] bg-[#0cd28f]"
/* SCSS */
$brand: #0cd28f;
/* SwiftUI */
Color(red: 0.047, green: 0.824, blue: 0.561)
/* Android */
Color.parseColor("#0cd28f")Accessibility — WCAG contrast
Aa
#0cd28f on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cd28f on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green82.4%
Blue56.1%
CMYK percentages
Cyan94.3%
Magenta0.0%
Yellow31.9%
Key (black)17.6%
Color previews
#0cd28f text on a black background
contrast 10.63:1
Card sample
#0cd28f text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cd28f;
Background color
Panel with #0cd28f background
background-color: #0cd28f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cd28f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 210, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 210, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cd28f; background: linear-gradient(135deg, #0cd28f, #0C91D2);