#2cdc9b
a balanced, vivid green · cool · closest name: aquamarine
RGB
44, 220, 155
HSL
158°, 72%, 52%
CMYK
80, 0, 30, 14
Luminance
0.5409
Every format
| HEX | #2cdc9b |
| RGB | rgb(44, 220, 155) |
| HSL | hsl(158, 72%, 52%) |
| CMYK | cmyk(80%, 0%, 30%, 14%) |
| LAB | lab(78.5 -57.6 20.0) |
| LCH | lch(78.5 61.0 160.8) |
| OKLCH | oklch(0.795 0.165 162.0) |
Copy-ready code
/* CSS */
color: #2cdc9b;
background-color: #2cdc9b;
/* Tailwind (arbitrary) */
class="text-[#2cdc9b] bg-[#2cdc9b]"
/* SCSS */
$brand: #2cdc9b;
/* SwiftUI */
Color(red: 0.173, green: 0.863, blue: 0.608)
/* Android */
Color.parseColor("#2cdc9b")Accessibility — WCAG contrast
Aa
#2cdc9b on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cdc9b on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green86.3%
Blue60.8%
CMYK percentages
Cyan80.0%
Magenta0.0%
Yellow29.5%
Key (black)13.7%
Color previews
#2cdc9b text on a black background
contrast 11.82:1
Card sample
#2cdc9b text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cdc9b;
Background color
Panel with #2cdc9b background
background-color: #2cdc9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cdc9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 220, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 220, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cdc9b; background: linear-gradient(135deg, #2cdc9b, #2CA8DC);