#2cc78f
a balanced, vivid green · cool · closest name: aquamarine
RGB
44, 199, 143
HSL
158°, 64%, 48%
CMYK
78, 0, 28, 22
Luminance
0.4337
Every format
| HEX | #2cc78f |
| RGB | rgb(44, 199, 143) |
| HSL | hsl(158, 64%, 48%) |
| CMYK | cmyk(78%, 0%, 28%, 22%) |
| LAB | lab(71.8 -52.1 17.1) |
| LCH | lch(71.8 54.9 161.9) |
| OKLCH | oklch(0.739 0.149 163.0) |
Copy-ready code
/* CSS */
color: #2cc78f;
background-color: #2cc78f;
/* Tailwind (arbitrary) */
class="text-[#2cc78f] bg-[#2cc78f]"
/* SCSS */
$brand: #2cc78f;
/* SwiftUI */
Color(red: 0.173, green: 0.780, blue: 0.561)
/* Android */
Color.parseColor("#2cc78f")Accessibility — WCAG contrast
Aa
#2cc78f on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cc78f on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green78.0%
Blue56.1%
CMYK percentages
Cyan77.9%
Magenta0.0%
Yellow28.1%
Key (black)22.0%
Color previews
#2cc78f text on a black background
contrast 9.67:1
Card sample
#2cc78f text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cc78f;
Background color
Panel with #2cc78f background
background-color: #2cc78f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cc78f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 199, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 199, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cc78f; background: linear-gradient(135deg, #2cc78f, #2C98C7);