#2cf48f
a balanced, electric green · cool · closest name: aquamarine
RGB
44, 244, 143
HSL
150°, 90%, 57%
CMYK
82, 0, 41, 4
Luminance
0.6722
Every format
| HEX | #2cf48f |
| RGB | rgb(44, 244, 143) |
| HSL | hsl(150, 90%, 57%) |
| CMYK | cmyk(82%, 0%, 41%, 4%) |
| LAB | lab(85.6 -68.5 35.7) |
| LCH | lch(85.6 77.3 152.5) |
| OKLCH | oklch(0.853 0.204 154.3) |
Copy-ready code
/* CSS */
color: #2cf48f;
background-color: #2cf48f;
/* Tailwind (arbitrary) */
class="text-[#2cf48f] bg-[#2cf48f]"
/* SCSS */
$brand: #2cf48f;
/* SwiftUI */
Color(red: 0.173, green: 0.957, blue: 0.561)
/* Android */
Color.parseColor("#2cf48f")Accessibility — WCAG contrast
Aa
#2cf48f on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cf48f on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green95.7%
Blue56.1%
CMYK percentages
Cyan82.0%
Magenta0.0%
Yellow41.4%
Key (black)4.3%
Color previews
#2cf48f text on a black background
contrast 14.44:1
Card sample
#2cf48f text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cf48f;
Background color
Panel with #2cf48f background
background-color: #2cf48f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cf48f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 244, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 244, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cf48f; background: linear-gradient(135deg, #2cf48f, #2CD4F4);