#2cdf8c
a balanced, vivid green · cool · closest name: aquamarine
RGB
44, 223, 140
HSL
152°, 74%, 52%
CMYK
80, 0, 37, 13
Luminance
0.5520
Every format
| HEX | #2cdf8c |
| RGB | rgb(44, 223, 140) |
| HSL | hsl(152, 74%, 52%) |
| CMYK | cmyk(80%, 0%, 37%, 13%) |
| LAB | lab(79.2 -61.8 28.7) |
| LCH | lch(79.2 68.1 155.1) |
| OKLCH | oklch(0.799 0.181 156.7) |
Copy-ready code
/* CSS */
color: #2cdf8c;
background-color: #2cdf8c;
/* Tailwind (arbitrary) */
class="text-[#2cdf8c] bg-[#2cdf8c]"
/* SCSS */
$brand: #2cdf8c;
/* SwiftUI */
Color(red: 0.173, green: 0.875, blue: 0.549)
/* Android */
Color.parseColor("#2cdf8c")Accessibility — WCAG contrast
Aa
#2cdf8c on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cdf8c on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green87.5%
Blue54.9%
CMYK percentages
Cyan80.3%
Magenta0.0%
Yellow37.2%
Key (black)12.5%
Color previews
#2cdf8c text on a black background
contrast 12.04:1
Card sample
#2cdf8c text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cdf8c;
Background color
Panel with #2cdf8c background
background-color: #2cdf8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cdf8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 223, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 223, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cdf8c; background: linear-gradient(135deg, #2cdf8c, #2CBBDF);