#3bcf5f
a balanced, vivid green · cool · closest name: forestgreen
RGB
59, 207, 95
HSL
135°, 61%, 52%
CMYK
72, 0, 54, 19
Luminance
0.4638
Every format
| HEX | #3bcf5f |
| RGB | rgb(59, 207, 95) |
| HSL | hsl(135, 61%, 52%) |
| CMYK | cmyk(72%, 0%, 54%, 19%) |
| LAB | lab(73.8 -61.7 44.3) |
| LCH | lch(73.8 75.9 144.4) |
| OKLCH | oklch(0.753 0.197 147.5) |
Copy-ready code
/* CSS */
color: #3bcf5f;
background-color: #3bcf5f;
/* Tailwind (arbitrary) */
class="text-[#3bcf5f] bg-[#3bcf5f]"
/* SCSS */
$brand: #3bcf5f;
/* SwiftUI */
Color(red: 0.231, green: 0.812, blue: 0.373)
/* Android */
Color.parseColor("#3bcf5f")Accessibility — WCAG contrast
Aa
#3bcf5f on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bcf5f on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green81.2%
Blue37.3%
CMYK percentages
Cyan71.5%
Magenta0.0%
Yellow54.1%
Key (black)18.8%
Color previews
#3bcf5f text on a black background
contrast 10.28:1
Card sample
#3bcf5f text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bcf5f;
Background color
Panel with #3bcf5f background
background-color: #3bcf5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bcf5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 207, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 207, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bcf5f; background: linear-gradient(135deg, #3bcf5f, #3BCFC2);