#3fd682
a balanced, vivid green · cool · closest name: aquamarine
RGB
63, 214, 130
HSL
147°, 65%, 54%
CMYK
71, 0, 39, 16
Luminance
0.5076
Every format
| HEX | #3fd682 |
| RGB | rgb(63, 214, 130) |
| HSL | hsl(147, 65%, 54%) |
| CMYK | cmyk(71%, 0%, 39%, 16%) |
| LAB | lab(76.5 -58.0 30.4) |
| LCH | lch(76.5 65.4 152.3) |
| OKLCH | oklch(0.778 0.174 154.2) |
Copy-ready code
/* CSS */
color: #3fd682;
background-color: #3fd682;
/* Tailwind (arbitrary) */
class="text-[#3fd682] bg-[#3fd682]"
/* SCSS */
$brand: #3fd682;
/* SwiftUI */
Color(red: 0.247, green: 0.839, blue: 0.510)
/* Android */
Color.parseColor("#3fd682")Accessibility — WCAG contrast
Aa
#3fd682 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fd682 on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green83.9%
Blue51.0%
CMYK percentages
Cyan70.6%
Magenta0.0%
Yellow39.3%
Key (black)16.1%
Color previews
#3fd682 text on a black background
contrast 11.15:1
Card sample
#3fd682 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fd682;
Background color
Panel with #3fd682 background
background-color: #3fd682;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fd682;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 214, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 214, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fd682; background: linear-gradient(135deg, #3fd682, #3FC5D6);