#3ac74f
a balanced, vivid green · cool · closest name: forestgreen
RGB
58, 199, 79
HSL
129°, 56%, 50%
CMYK
71, 0, 60, 22
Luminance
0.4231
Every format
| HEX | #3ac74f |
| RGB | rgb(58, 199, 79) |
| HSL | hsl(129, 56%, 50%) |
| CMYK | cmyk(71%, 0%, 60%, 22%) |
| LAB | lab(71.1 -61.2 48.4) |
| LCH | lch(71.1 78.0 141.6) |
| OKLCH | oklch(0.730 0.201 145.4) |
Copy-ready code
/* CSS */
color: #3ac74f;
background-color: #3ac74f;
/* Tailwind (arbitrary) */
class="text-[#3ac74f] bg-[#3ac74f]"
/* SCSS */
$brand: #3ac74f;
/* SwiftUI */
Color(red: 0.227, green: 0.780, blue: 0.310)
/* Android */
Color.parseColor("#3ac74f")Accessibility — WCAG contrast
Aa
#3ac74f on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ac74f on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green78.0%
Blue31.0%
CMYK percentages
Cyan70.9%
Magenta0.0%
Yellow60.3%
Key (black)22.0%
Color previews
#3ac74f text on a black background
contrast 9.46:1
Card sample
#3ac74f text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ac74f;
Background color
Panel with #3ac74f background
background-color: #3ac74f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ac74f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 199, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 199, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ac74f; background: linear-gradient(135deg, #3ac74f, #3AC7AD);