#3ace70
a balanced, vivid green · cool · closest name: forestgreen
RGB
58, 206, 112
HSL
142°, 60%, 52%
CMYK
72, 0, 46, 19
Luminance
0.4621
Every format
| HEX | #3ace70 |
| RGB | rgb(58, 206, 112) |
| HSL | hsl(142, 60%, 52%) |
| CMYK | cmyk(72%, 0%, 46%, 19%) |
| LAB | lab(73.7 -58.9 35.8) |
| LCH | lch(73.7 69.0 148.7) |
| OKLCH | oklch(0.753 0.181 151.0) |
Copy-ready code
/* CSS */
color: #3ace70;
background-color: #3ace70;
/* Tailwind (arbitrary) */
class="text-[#3ace70] bg-[#3ace70]"
/* SCSS */
$brand: #3ace70;
/* SwiftUI */
Color(red: 0.227, green: 0.808, blue: 0.439)
/* Android */
Color.parseColor("#3ace70")Accessibility — WCAG contrast
Aa
#3ace70 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ace70 on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green80.8%
Blue43.9%
CMYK percentages
Cyan71.8%
Magenta0.0%
Yellow45.6%
Key (black)19.2%
Color previews
#3ace70 text on a black background
contrast 10.24:1
Card sample
#3ace70 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ace70;
Background color
Panel with #3ace70 background
background-color: #3ace70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ace70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 206, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 206, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ace70; background: linear-gradient(135deg, #3ace70, #3AC9CE);