#2cef8c
a balanced, electric green · cool · closest name: aquamarine
RGB
44, 239, 140
HSL
150°, 86%, 56%
CMYK
82, 0, 41, 6
Luminance
0.6416
Every format
| HEX | #2cef8c |
| RGB | rgb(44, 239, 140) |
| HSL | hsl(150, 86%, 56%) |
| CMYK | cmyk(82%, 0%, 41%, 6%) |
| LAB | lab(84.0 -67.4 35.2) |
| LCH | lch(84.0 76.0 152.4) |
| OKLCH | oklch(0.840 0.201 154.3) |
Copy-ready code
/* CSS */
color: #2cef8c;
background-color: #2cef8c;
/* Tailwind (arbitrary) */
class="text-[#2cef8c] bg-[#2cef8c]"
/* SCSS */
$brand: #2cef8c;
/* SwiftUI */
Color(red: 0.173, green: 0.937, blue: 0.549)
/* Android */
Color.parseColor("#2cef8c")Accessibility — WCAG contrast
Aa
#2cef8c on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cef8c on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green93.7%
Blue54.9%
CMYK percentages
Cyan81.6%
Magenta0.0%
Yellow41.4%
Key (black)6.3%
Color previews
#2cef8c text on a black background
contrast 13.83:1
Card sample
#2cef8c text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cef8c;
Background color
Panel with #2cef8c background
background-color: #2cef8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cef8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 239, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 239, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cef8c; background: linear-gradient(135deg, #2cef8c, #2CD0EF);