#2cd18f
a balanced, vivid green · cool · closest name: aquamarine
RGB
44, 209, 143
HSL
156°, 65%, 50%
CMYK
79, 0, 32, 18
Luminance
0.4812
Every format
| HEX | #2cd18f |
| RGB | rgb(44, 209, 143) |
| HSL | hsl(156, 65%, 50%) |
| CMYK | cmyk(79%, 0%, 32%, 18%) |
| LAB | lab(74.9 -56.0 21.4) |
| LCH | lch(74.9 59.9 159.1) |
| OKLCH | oklch(0.764 0.162 160.4) |
Copy-ready code
/* CSS */
color: #2cd18f;
background-color: #2cd18f;
/* Tailwind (arbitrary) */
class="text-[#2cd18f] bg-[#2cd18f]"
/* SCSS */
$brand: #2cd18f;
/* SwiftUI */
Color(red: 0.173, green: 0.820, blue: 0.561)
/* Android */
Color.parseColor("#2cd18f")Accessibility — WCAG contrast
Aa
#2cd18f on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cd18f on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green82.0%
Blue56.1%
CMYK percentages
Cyan78.9%
Magenta0.0%
Yellow31.6%
Key (black)18.0%
Color previews
#2cd18f text on a black background
contrast 10.62:1
Card sample
#2cd18f text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cd18f;
Background color
Panel with #2cd18f background
background-color: #2cd18f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cd18f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 209, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 209, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cd18f; background: linear-gradient(135deg, #2cd18f, #2CA5D1);