#3fd69f
a balanced, vivid green · cool · closest name: aquamarine
RGB
63, 214, 159
HSL
158°, 65%, 54%
CMYK
71, 0, 26, 16
Luminance
0.5165
Every format
| HEX | #3fd69f |
| RGB | rgb(63, 214, 159) |
| HSL | hsl(158, 65%, 54%) |
| CMYK | cmyk(71%, 0%, 26%, 16%) |
| LAB | lab(77.1 -52.1 16.0) |
| LCH | lch(77.1 54.5 162.9) |
| OKLCH | oklch(0.784 0.149 164.1) |
Copy-ready code
/* CSS */
color: #3fd69f;
background-color: #3fd69f;
/* Tailwind (arbitrary) */
class="text-[#3fd69f] bg-[#3fd69f]"
/* SCSS */
$brand: #3fd69f;
/* SwiftUI */
Color(red: 0.247, green: 0.839, blue: 0.624)
/* Android */
Color.parseColor("#3fd69f")Accessibility — WCAG contrast
Aa
#3fd69f on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fd69f on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green83.9%
Blue62.4%
CMYK percentages
Cyan70.6%
Magenta0.0%
Yellow25.7%
Key (black)16.1%
Color previews
#3fd69f text on a black background
contrast 11.33:1
Card sample
#3fd69f text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fd69f;
Background color
Panel with #3fd69f background
background-color: #3fd69f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fd69f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 214, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 214, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fd69f; background: linear-gradient(135deg, #3fd69f, #3FA8D6);