#3fd29f
a balanced, vivid green · cool · closest name: aquamarine
RGB
63, 210, 159
HSL
159°, 62%, 54%
CMYK
70, 0, 24, 18
Luminance
0.4965
Every format
| HEX | #3fd29f |
| RGB | rgb(63, 210, 159) |
| HSL | hsl(159, 62%, 54%) |
| CMYK | cmyk(70%, 0%, 24%, 18%) |
| LAB | lab(75.8 -50.5 14.3) |
| LCH | lch(75.8 52.4 164.2) |
| OKLCH | oklch(0.774 0.144 165.3) |
Copy-ready code
/* CSS */
color: #3fd29f;
background-color: #3fd29f;
/* Tailwind (arbitrary) */
class="text-[#3fd29f] bg-[#3fd29f]"
/* SCSS */
$brand: #3fd29f;
/* SwiftUI */
Color(red: 0.247, green: 0.824, blue: 0.624)
/* Android */
Color.parseColor("#3fd29f")Accessibility — WCAG contrast
Aa
#3fd29f on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fd29f on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green82.4%
Blue62.4%
CMYK percentages
Cyan70.0%
Magenta0.0%
Yellow24.3%
Key (black)17.6%
Color previews
#3fd29f text on a black background
contrast 10.93:1
Card sample
#3fd29f text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fd29f;
Background color
Panel with #3fd29f background
background-color: #3fd29f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fd29f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 210, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 210, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fd29f; background: linear-gradient(135deg, #3fd29f, #3FA3D2);