#2cfea7
a balanced, electric green · cool · closest name: aquamarine
RGB
44, 254, 167
HSL
155°, 99%, 58%
CMYK
83, 0, 34, 0
Luminance
0.7421
Every format
| HEX | #2cfea7 |
| RGB | rgb(44, 254, 167) |
| HSL | hsl(155, 99%, 58%) |
| CMYK | cmyk(83%, 0%, 34%, 0%) |
| LAB | lab(89.0 -67.5 28.2) |
| LCH | lch(89.0 73.2 157.3) |
| OKLCH | oklch(0.882 0.196 158.7) |
Copy-ready code
/* CSS */
color: #2cfea7;
background-color: #2cfea7;
/* Tailwind (arbitrary) */
class="text-[#2cfea7] bg-[#2cfea7]"
/* SCSS */
$brand: #2cfea7;
/* SwiftUI */
Color(red: 0.173, green: 0.996, blue: 0.655)
/* Android */
Color.parseColor("#2cfea7")Accessibility — WCAG contrast
Aa
#2cfea7 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cfea7 on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green99.6%
Blue65.5%
CMYK percentages
Cyan82.7%
Magenta0.0%
Yellow34.3%
Key (black)0.4%
Color previews
#2cfea7 text on a black background
contrast 15.84:1
Card sample
#2cfea7 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cfea7;
Background color
Panel with #2cfea7 background
background-color: #2cfea7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cfea7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 254, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 254, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cfea7; background: linear-gradient(135deg, #2cfea7, #2CC9FE);