#2ccf84
a balanced, vivid green · cool · closest name: aquamarine
RGB
44, 207, 132
HSL
152°, 65%, 49%
CMYK
79, 0, 36, 19
Luminance
0.4683
Every format
| HEX | #2ccf84 |
| RGB | rgb(44, 207, 132) |
| HSL | hsl(152, 65%, 49%) |
| CMYK | cmyk(79%, 0%, 36%, 19%) |
| LAB | lab(74.1 -57.5 26.0) |
| LCH | lch(74.1 63.1 155.7) |
| OKLCH | oklch(0.757 0.169 157.2) |
Copy-ready code
/* CSS */
color: #2ccf84;
background-color: #2ccf84;
/* Tailwind (arbitrary) */
class="text-[#2ccf84] bg-[#2ccf84]"
/* SCSS */
$brand: #2ccf84;
/* SwiftUI */
Color(red: 0.173, green: 0.812, blue: 0.518)
/* Android */
Color.parseColor("#2ccf84")Accessibility — WCAG contrast
Aa
#2ccf84 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ccf84 on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green81.2%
Blue51.8%
CMYK percentages
Cyan78.7%
Magenta0.0%
Yellow36.2%
Key (black)18.8%
Color previews
#2ccf84 text on a black background
contrast 10.37:1
Card sample
#2ccf84 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ccf84;
Background color
Panel with #2ccf84 background
background-color: #2ccf84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ccf84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 207, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 207, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ccf84; background: linear-gradient(135deg, #2ccf84, #2CADCF);