#3bd87f
a balanced, vivid green · cool · closest name: aquamarine
RGB
59, 216, 127
HSL
146°, 67%, 54%
CMYK
73, 0, 41, 15
Luminance
0.5157
Every format
| HEX | #3bd87f |
| RGB | rgb(59, 216, 127) |
| HSL | hsl(146, 67%, 54%) |
| CMYK | cmyk(73%, 0%, 41%, 15%) |
| LAB | lab(77.0 -59.8 32.5) |
| LCH | lch(77.0 68.1 151.5) |
| OKLCH | oklch(0.782 0.180 153.4) |
Copy-ready code
/* CSS */
color: #3bd87f;
background-color: #3bd87f;
/* Tailwind (arbitrary) */
class="text-[#3bd87f] bg-[#3bd87f]"
/* SCSS */
$brand: #3bd87f;
/* SwiftUI */
Color(red: 0.231, green: 0.847, blue: 0.498)
/* Android */
Color.parseColor("#3bd87f")Accessibility — WCAG contrast
Aa
#3bd87f on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bd87f on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green84.7%
Blue49.8%
CMYK percentages
Cyan72.7%
Magenta0.0%
Yellow41.2%
Key (black)15.3%
Color previews
#3bd87f text on a black background
contrast 11.31:1
Card sample
#3bd87f text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bd87f;
Background color
Panel with #3bd87f background
background-color: #3bd87f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bd87f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 216, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 216, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bd87f; background: linear-gradient(135deg, #3bd87f, #3BC8D8);