#2cc18b
a balanced, vivid green · cool · closest name: seagreen
RGB
44, 193, 139
HSL
158°, 63%, 47%
CMYK
77, 0, 28, 24
Luminance
0.4054
Every format
| HEX | #2cc18b |
| RGB | rgb(44, 193, 139) |
| HSL | hsl(158, 63%, 47%) |
| CMYK | cmyk(77%, 0%, 28%, 24%) |
| LAB | lab(69.8 -50.7 16.5) |
| LCH | lch(69.8 53.3 161.9) |
| OKLCH | oklch(0.722 0.145 163.1) |
Copy-ready code
/* CSS */
color: #2cc18b;
background-color: #2cc18b;
/* Tailwind (arbitrary) */
class="text-[#2cc18b] bg-[#2cc18b]"
/* SCSS */
$brand: #2cc18b;
/* SwiftUI */
Color(red: 0.173, green: 0.757, blue: 0.545)
/* Android */
Color.parseColor("#2cc18b")Accessibility — WCAG contrast
Aa
#2cc18b on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cc18b on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green75.7%
Blue54.5%
CMYK percentages
Cyan77.2%
Magenta0.0%
Yellow28.0%
Key (black)24.3%
Color previews
#2cc18b text on a black background
contrast 9.11:1
Card sample
#2cc18b text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cc18b;
Background color
Panel with #2cc18b background
background-color: #2cc18b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cc18b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 193, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 193, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cc18b; background: linear-gradient(135deg, #2cc18b, #2C94C1);