#2cd280
a balanced, vivid green · cool · closest name: aquamarine
RGB
44, 210, 128
HSL
150°, 65%, 50%
CMYK
79, 0, 39, 18
Luminance
0.4819
Every format
| HEX | #2cd280 |
| RGB | rgb(44, 210, 128) |
| HSL | hsl(150, 65%, 50%) |
| CMYK | cmyk(79%, 0%, 39%, 18%) |
| LAB | lab(74.9 -59.4 29.2) |
| LCH | lch(74.9 66.2 153.8) |
| OKLCH | oklch(0.764 0.176 155.5) |
Copy-ready code
/* CSS */
color: #2cd280;
background-color: #2cd280;
/* Tailwind (arbitrary) */
class="text-[#2cd280] bg-[#2cd280]"
/* SCSS */
$brand: #2cd280;
/* SwiftUI */
Color(red: 0.173, green: 0.824, blue: 0.502)
/* Android */
Color.parseColor("#2cd280")Accessibility — WCAG contrast
Aa
#2cd280 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cd280 on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green82.4%
Blue50.2%
CMYK percentages
Cyan79.0%
Magenta0.0%
Yellow39.0%
Key (black)17.6%
Color previews
#2cd280 text on a black background
contrast 10.64:1
Card sample
#2cd280 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cd280;
Background color
Panel with #2cd280 background
background-color: #2cd280;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cd280;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 210, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 210, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cd280; background: linear-gradient(135deg, #2cd280, #2CB5D2);