#2cfdaa
a balanced, electric green · cool · closest name: aquamarine
RGB
44, 253, 170
HSL
156°, 98%, 58%
CMYK
83, 0, 33, 1
Luminance
0.7369
Every format
| HEX | #2cfdaa |
| RGB | rgb(44, 253, 170) |
| HSL | hsl(156, 98%, 58%) |
| CMYK | cmyk(83%, 0%, 33%, 1%) |
| LAB | lab(88.8 -66.5 26.4) |
| LCH | lch(88.8 71.6 158.4) |
| OKLCH | oklch(0.880 0.192 159.7) |
Copy-ready code
/* CSS */
color: #2cfdaa;
background-color: #2cfdaa;
/* Tailwind (arbitrary) */
class="text-[#2cfdaa] bg-[#2cfdaa]"
/* SCSS */
$brand: #2cfdaa;
/* SwiftUI */
Color(red: 0.173, green: 0.992, blue: 0.667)
/* Android */
Color.parseColor("#2cfdaa")Accessibility — WCAG contrast
Aa
#2cfdaa on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cfdaa on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green99.2%
Blue66.7%
CMYK percentages
Cyan82.6%
Magenta0.0%
Yellow32.8%
Key (black)0.8%
Color previews
#2cfdaa text on a black background
contrast 15.74:1
Card sample
#2cfdaa text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cfdaa;
Background color
Panel with #2cfdaa background
background-color: #2cfdaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cfdaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 253, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 253, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cfdaa; background: linear-gradient(135deg, #2cfdaa, #2CC5FD);