#2cfe9f
a balanced, electric green · cool · closest name: aquamarine
RGB
44, 254, 159
HSL
153°, 99%, 58%
CMYK
83, 0, 37, 0
Luminance
0.7392
Every format
| HEX | #2cfe9f |
| RGB | rgb(44, 254, 159) |
| HSL | hsl(153, 99%, 58%) |
| CMYK | cmyk(83%, 0%, 37%, 0%) |
| LAB | lab(88.9 -69.0 32.1) |
| LCH | lch(88.9 76.1 155.1) |
| OKLCH | oklch(0.881 0.203 156.7) |
Copy-ready code
/* CSS */
color: #2cfe9f;
background-color: #2cfe9f;
/* Tailwind (arbitrary) */
class="text-[#2cfe9f] bg-[#2cfe9f]"
/* SCSS */
$brand: #2cfe9f;
/* SwiftUI */
Color(red: 0.173, green: 0.996, blue: 0.624)
/* Android */
Color.parseColor("#2cfe9f")Accessibility — WCAG contrast
Aa
#2cfe9f on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cfe9f on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green99.6%
Blue62.4%
CMYK percentages
Cyan82.7%
Magenta0.0%
Yellow37.4%
Key (black)0.4%
Color previews
#2cfe9f text on a black background
contrast 15.78:1
Card sample
#2cfe9f text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cfe9f;
Background color
Panel with #2cfe9f background
background-color: #2cfe9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cfe9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 254, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 254, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cfe9f; background: linear-gradient(135deg, #2cfe9f, #2CD1FE);