#3fd58c
a balanced, vivid green · cool · closest name: aquamarine
RGB
63, 213, 140
HSL
151°, 64%, 54%
CMYK
70, 0, 34, 17
Luminance
0.5054
Every format
| HEX | #3fd58c |
| RGB | rgb(63, 213, 140) |
| HSL | hsl(151, 64%, 54%) |
| CMYK | cmyk(70%, 0%, 34%, 17%) |
| LAB | lab(76.4 -55.7 25.0) |
| LCH | lch(76.4 61.0 155.8) |
| OKLCH | oklch(0.777 0.164 157.3) |
Copy-ready code
/* CSS */
color: #3fd58c;
background-color: #3fd58c;
/* Tailwind (arbitrary) */
class="text-[#3fd58c] bg-[#3fd58c]"
/* SCSS */
$brand: #3fd58c;
/* SwiftUI */
Color(red: 0.247, green: 0.835, blue: 0.549)
/* Android */
Color.parseColor("#3fd58c")Accessibility — WCAG contrast
Aa
#3fd58c on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fd58c on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green83.5%
Blue54.9%
CMYK percentages
Cyan70.4%
Magenta0.0%
Yellow34.3%
Key (black)16.5%
Color previews
#3fd58c text on a black background
contrast 11.11:1
Card sample
#3fd58c text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fd58c;
Background color
Panel with #3fd58c background
background-color: #3fd58c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fd58c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 213, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 213, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fd58c; background: linear-gradient(135deg, #3fd58c, #3FBAD5);