#0cd489
a dark, electric green · cool · closest name: aquamarine
RGB
12, 212, 137
HSL
158°, 89%, 44%
CMYK
94, 0, 35, 17
Luminance
0.4897
Every format
| HEX | #0cd489 |
| RGB | rgb(12, 212, 137) |
| HSL | hsl(158, 89%, 44%) |
| CMYK | cmyk(94%, 0%, 35%, 17%) |
| LAB | lab(75.4 -60.6 25.2) |
| LCH | lch(75.4 65.6 157.4) |
| OKLCH | oklch(0.767 0.175 158.8) |
Copy-ready code
/* CSS */
color: #0cd489;
background-color: #0cd489;
/* Tailwind (arbitrary) */
class="text-[#0cd489] bg-[#0cd489]"
/* SCSS */
$brand: #0cd489;
/* SwiftUI */
Color(red: 0.047, green: 0.831, blue: 0.537)
/* Android */
Color.parseColor("#0cd489")Accessibility — WCAG contrast
Aa
#0cd489 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cd489 on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green83.1%
Blue53.7%
CMYK percentages
Cyan94.3%
Magenta0.0%
Yellow35.4%
Key (black)16.9%
Color previews
#0cd489 text on a black background
contrast 10.79:1
Card sample
#0cd489 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cd489;
Background color
Panel with #0cd489 background
background-color: #0cd489;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cd489;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 212, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 212, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cd489; background: linear-gradient(135deg, #0cd489, #0C9AD4);