#3ae080
a balanced, vivid green · cool · closest name: forestgreen
RGB
58, 224, 128
HSL
145°, 73%, 55%
CMYK
74, 0, 43, 12
Luminance
0.5577
Every format
| HEX | #3ae080 |
| RGB | rgb(58, 224, 128) |
| HSL | hsl(145, 73%, 55%) |
| CMYK | cmyk(74%, 0%, 43%, 12%) |
| LAB | lab(79.5 -62.7 35.2) |
| LCH | lch(79.5 71.9 150.6) |
| OKLCH | oklch(0.802 0.190 152.7) |
Copy-ready code
/* CSS */
color: #3ae080;
background-color: #3ae080;
/* Tailwind (arbitrary) */
class="text-[#3ae080] bg-[#3ae080]"
/* SCSS */
$brand: #3ae080;
/* SwiftUI */
Color(red: 0.227, green: 0.878, blue: 0.502)
/* Android */
Color.parseColor("#3ae080")Accessibility — WCAG contrast
Aa
#3ae080 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ae080 on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green87.8%
Blue50.2%
CMYK percentages
Cyan74.1%
Magenta0.0%
Yellow42.9%
Key (black)12.2%
Color previews
#3ae080 text on a black background
contrast 12.15:1
Card sample
#3ae080 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ae080;
Background color
Panel with #3ae080 background
background-color: #3ae080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ae080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 224, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 224, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ae080; background: linear-gradient(135deg, #3ae080, #3AD1E0);