#3fd883
a balanced, vivid green · cool · closest name: aquamarine
RGB
63, 216, 131
HSL
147°, 66%, 55%
CMYK
71, 0, 39, 15
Luminance
0.5181
Every format
| HEX | #3fd883 |
| RGB | rgb(63, 216, 131) |
| HSL | hsl(147, 66%, 55%) |
| CMYK | cmyk(71%, 0%, 39%, 15%) |
| LAB | lab(77.2 -58.5 30.7) |
| LCH | lch(77.2 66.1 152.3) |
| OKLCH | oklch(0.783 0.175 154.2) |
Copy-ready code
/* CSS */
color: #3fd883;
background-color: #3fd883;
/* Tailwind (arbitrary) */
class="text-[#3fd883] bg-[#3fd883]"
/* SCSS */
$brand: #3fd883;
/* SwiftUI */
Color(red: 0.247, green: 0.847, blue: 0.514)
/* Android */
Color.parseColor("#3fd883")Accessibility — WCAG contrast
Aa
#3fd883 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fd883 on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green84.7%
Blue51.4%
CMYK percentages
Cyan70.8%
Magenta0.0%
Yellow39.4%
Key (black)15.3%
Color previews
#3fd883 text on a black background
contrast 11.36:1
Card sample
#3fd883 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fd883;
Background color
Panel with #3fd883 background
background-color: #3fd883;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fd883;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 216, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 216, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fd883; background: linear-gradient(135deg, #3fd883, #3FC7D8);