#3bcf4f
a balanced, vivid green · cool · closest name: forestgreen
RGB
59, 207, 79
HSL
128°, 61%, 52%
CMYK
72, 0, 62, 19
Luminance
0.4612
Every format
| HEX | #3bcf4f |
| RGB | rgb(59, 207, 79) |
| HSL | hsl(128, 61%, 52%) |
| CMYK | cmyk(72%, 0%, 62%, 19%) |
| LAB | lab(73.6 -63.7 51.3) |
| LCH | lch(73.6 81.8 141.1) |
| OKLCH | oklch(0.751 0.210 145.1) |
Copy-ready code
/* CSS */
color: #3bcf4f;
background-color: #3bcf4f;
/* Tailwind (arbitrary) */
class="text-[#3bcf4f] bg-[#3bcf4f]"
/* SCSS */
$brand: #3bcf4f;
/* SwiftUI */
Color(red: 0.231, green: 0.812, blue: 0.310)
/* Android */
Color.parseColor("#3bcf4f")Accessibility — WCAG contrast
Aa
#3bcf4f on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bcf4f on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green81.2%
Blue31.0%
CMYK percentages
Cyan71.5%
Magenta0.0%
Yellow61.8%
Key (black)18.8%
Color previews
#3bcf4f text on a black background
contrast 10.22:1
Card sample
#3bcf4f text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bcf4f;
Background color
Panel with #3bcf4f background
background-color: #3bcf4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bcf4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 207, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 207, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bcf4f; background: linear-gradient(135deg, #3bcf4f, #3BCFB2);