#4ae080
a balanced, vivid green · cool · closest name: aquamarine
RGB
74, 224, 128
HSL
142°, 71%, 58%
CMYK
67, 0, 43, 12
Luminance
0.5633
Every format
| HEX | #4ae080 |
| RGB | rgb(74, 224, 128) |
| HSL | hsl(142, 71%, 58%) |
| CMYK | cmyk(67%, 0%, 43%, 12%) |
| LAB | lab(79.8 -60.2 35.7) |
| LCH | lch(79.8 70.0 149.3) |
| OKLCH | oklch(0.805 0.185 151.5) |
Copy-ready code
/* CSS */
color: #4ae080;
background-color: #4ae080;
/* Tailwind (arbitrary) */
class="text-[#4ae080] bg-[#4ae080]"
/* SCSS */
$brand: #4ae080;
/* SwiftUI */
Color(red: 0.290, green: 0.878, blue: 0.502)
/* Android */
Color.parseColor("#4ae080")Accessibility — WCAG contrast
Aa
#4ae080 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ae080 on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green87.8%
Blue50.2%
CMYK percentages
Cyan67.0%
Magenta0.0%
Yellow42.9%
Key (black)12.2%
Color previews
#4ae080 text on a black background
contrast 12.27:1
Card sample
#4ae080 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ae080;
Background color
Panel with #4ae080 background
background-color: #4ae080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ae080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 224, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 224, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ae080; background: linear-gradient(135deg, #4ae080, #4ADCE0);