#3acf7d
a balanced, vivid green · cool · closest name: forestgreen
RGB
58, 207, 125
HSL
147°, 61%, 52%
CMYK
72, 0, 40, 19
Luminance
0.4701
Every format
| HEX | #3acf7d |
| RGB | rgb(58, 207, 125) |
| HSL | hsl(147, 61%, 52%) |
| CMYK | cmyk(72%, 0%, 40%, 19%) |
| LAB | lab(74.2 -57.0 29.8) |
| LCH | lch(74.2 64.4 152.4) |
| OKLCH | oklch(0.758 0.171 154.2) |
Copy-ready code
/* CSS */
color: #3acf7d;
background-color: #3acf7d;
/* Tailwind (arbitrary) */
class="text-[#3acf7d] bg-[#3acf7d]"
/* SCSS */
$brand: #3acf7d;
/* SwiftUI */
Color(red: 0.227, green: 0.812, blue: 0.490)
/* Android */
Color.parseColor("#3acf7d")Accessibility — WCAG contrast
Aa
#3acf7d on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3acf7d on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green81.2%
Blue49.0%
CMYK percentages
Cyan72.0%
Magenta0.0%
Yellow39.6%
Key (black)18.8%
Color previews
#3acf7d text on a black background
contrast 10.40:1
Card sample
#3acf7d text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3acf7d;
Background color
Panel with #3acf7d background
background-color: #3acf7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3acf7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 207, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 207, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3acf7d; background: linear-gradient(135deg, #3acf7d, #3ABECF);