#3bd99f
a balanced, vivid green · cool · closest name: aquamarine
RGB
59, 217, 159
HSL
158°, 68%, 54%
CMYK
73, 0, 27, 15
Luminance
0.5306
Every format
| HEX | #3bd99f |
| RGB | rgb(59, 217, 159) |
| HSL | hsl(158, 68%, 54%) |
| CMYK | cmyk(73%, 0%, 27%, 15%) |
| LAB | lab(77.9 -53.8 17.1) |
| LCH | lch(77.9 56.5 162.3) |
| OKLCH | oklch(0.791 0.154 163.5) |
Copy-ready code
/* CSS */
color: #3bd99f;
background-color: #3bd99f;
/* Tailwind (arbitrary) */
class="text-[#3bd99f] bg-[#3bd99f]"
/* SCSS */
$brand: #3bd99f;
/* SwiftUI */
Color(red: 0.231, green: 0.851, blue: 0.624)
/* Android */
Color.parseColor("#3bd99f")Accessibility — WCAG contrast
Aa
#3bd99f on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bd99f on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green85.1%
Blue62.4%
CMYK percentages
Cyan72.8%
Magenta0.0%
Yellow26.7%
Key (black)14.9%
Color previews
#3bd99f text on a black background
contrast 11.61:1
Card sample
#3bd99f text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bd99f;
Background color
Panel with #3bd99f background
background-color: #3bd99f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bd99f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 217, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 217, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bd99f; background: linear-gradient(135deg, #3bd99f, #3BAAD9);