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