#2cf99a
a balanced, electric green · cool · closest name: aquamarine
RGB
44, 249, 154
HSL
152°, 95%, 58%
CMYK
82, 0, 38, 2
Luminance
0.7062
Every format
| HEX | #2cf99a |
| RGB | rgb(44, 249, 154) |
| HSL | hsl(152, 95%, 58%) |
| CMYK | cmyk(82%, 0%, 38%, 2%) |
| LAB | lab(87.3 -68.3 32.5) |
| LCH | lch(87.3 75.6 154.6) |
| OKLCH | oklch(0.867 0.201 156.2) |
Copy-ready code
/* CSS */
color: #2cf99a;
background-color: #2cf99a;
/* Tailwind (arbitrary) */
class="text-[#2cf99a] bg-[#2cf99a]"
/* SCSS */
$brand: #2cf99a;
/* SwiftUI */
Color(red: 0.173, green: 0.976, blue: 0.604)
/* Android */
Color.parseColor("#2cf99a")Accessibility — WCAG contrast
Aa
#2cf99a on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cf99a on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green97.6%
Blue60.4%
CMYK percentages
Cyan82.3%
Magenta0.0%
Yellow38.2%
Key (black)2.4%
Color previews
#2cf99a text on a black background
contrast 15.12:1
Card sample
#2cf99a text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cf99a;
Background color
Panel with #2cf99a background
background-color: #2cf99a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cf99a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 249, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 249, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cf99a; background: linear-gradient(135deg, #2cf99a, #2CCFF9);