#2cfcb2
a balanced, electric green · cool · closest name: aquamarine
RGB
44, 252, 178
HSL
159°, 97%, 58%
CMYK
83, 0, 29, 1
Luminance
0.7337
Every format
| HEX | #2cfcb2 |
| RGB | rgb(44, 252, 178) |
| HSL | hsl(159, 97%, 58%) |
| CMYK | cmyk(83%, 0%, 29%, 1%) |
| LAB | lab(88.6 -64.5 22.1) |
| LCH | lch(88.6 68.2 161.1) |
| OKLCH | oklch(0.879 0.185 162.3) |
Copy-ready code
/* CSS */
color: #2cfcb2;
background-color: #2cfcb2;
/* Tailwind (arbitrary) */
class="text-[#2cfcb2] bg-[#2cfcb2]"
/* SCSS */
$brand: #2cfcb2;
/* SwiftUI */
Color(red: 0.173, green: 0.988, blue: 0.698)
/* Android */
Color.parseColor("#2cfcb2")Accessibility — WCAG contrast
Aa
#2cfcb2 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cfcb2 on black: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green98.8%
Blue69.8%
CMYK percentages
Cyan82.5%
Magenta0.0%
Yellow29.4%
Key (black)1.2%
Color previews
#2cfcb2 text on a black background
contrast 15.67:1
Card sample
#2cfcb2 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cfcb2;
Background color
Panel with #2cfcb2 background
background-color: #2cfcb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cfcb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 252, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 252, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cfcb2; background: linear-gradient(135deg, #2cfcb2, #2CBBFC);