#2cc488
a balanced, vivid green · cool · closest name: seagreen
RGB
44, 196, 136
HSL
156°, 63%, 47%
CMYK
78, 0, 31, 23
Luminance
0.4179
Every format
| HEX | #2cc488 |
| RGB | rgb(44, 196, 136) |
| HSL | hsl(156, 63%, 47%) |
| CMYK | cmyk(78%, 0%, 31%, 23%) |
| LAB | lab(70.7 -52.5 19.4) |
| LCH | lch(70.7 56.0 159.8) |
| OKLCH | oklch(0.729 0.151 161.1) |
Copy-ready code
/* CSS */
color: #2cc488;
background-color: #2cc488;
/* Tailwind (arbitrary) */
class="text-[#2cc488] bg-[#2cc488]"
/* SCSS */
$brand: #2cc488;
/* SwiftUI */
Color(red: 0.173, green: 0.769, blue: 0.533)
/* Android */
Color.parseColor("#2cc488")Accessibility — WCAG contrast
Aa
#2cc488 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cc488 on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green76.9%
Blue53.3%
CMYK percentages
Cyan77.6%
Magenta0.0%
Yellow30.6%
Key (black)23.1%
Color previews
#2cc488 text on a black background
contrast 9.36:1
Card sample
#2cc488 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cc488;
Background color
Panel with #2cc488 background
background-color: #2cc488;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cc488;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 196, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 196, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cc488; background: linear-gradient(135deg, #2cc488, #2C9BC4);