#3ad679
a balanced, vivid green · cool · closest name: forestgreen
RGB
58, 214, 121
HSL
144°, 66%, 53%
CMYK
73, 0, 44, 16
Luminance
0.5037
Every format
| HEX | #3ad679 |
| RGB | rgb(58, 214, 121) |
| HSL | hsl(144, 66%, 53%) |
| CMYK | cmyk(73%, 0%, 44%, 16%) |
| LAB | lab(76.3 -60.3 34.6) |
| LCH | lch(76.3 69.5 150.1) |
| OKLCH | oklch(0.775 0.183 152.2) |
Copy-ready code
/* CSS */
color: #3ad679;
background-color: #3ad679;
/* Tailwind (arbitrary) */
class="text-[#3ad679] bg-[#3ad679]"
/* SCSS */
$brand: #3ad679;
/* SwiftUI */
Color(red: 0.227, green: 0.839, blue: 0.475)
/* Android */
Color.parseColor("#3ad679")Accessibility — WCAG contrast
Aa
#3ad679 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ad679 on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green83.9%
Blue47.5%
CMYK percentages
Cyan72.9%
Magenta0.0%
Yellow43.5%
Key (black)16.1%
Color previews
#3ad679 text on a black background
contrast 11.07:1
Card sample
#3ad679 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ad679;
Background color
Panel with #3ad679 background
background-color: #3ad679;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ad679;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 214, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 214, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ad679; background: linear-gradient(135deg, #3ad679, #3ACBD6);