#3fdda8
a balanced, vivid green · cool · closest name: aquamarine
RGB
63, 221, 168
HSL
160°, 70%, 56%
CMYK
72, 0, 24, 13
Luminance
0.5560
Every format
| HEX | #3fdda8 |
| RGB | rgb(63, 221, 168) |
| HSL | hsl(160, 70%, 56%) |
| CMYK | cmyk(72%, 0%, 24%, 13%) |
| LAB | lab(79.4 -52.9 14.5) |
| LCH | lch(79.4 54.8 164.7) |
| OKLCH | oklch(0.804 0.150 165.8) |
Copy-ready code
/* CSS */
color: #3fdda8;
background-color: #3fdda8;
/* Tailwind (arbitrary) */
class="text-[#3fdda8] bg-[#3fdda8]"
/* SCSS */
$brand: #3fdda8;
/* SwiftUI */
Color(red: 0.247, green: 0.867, blue: 0.659)
/* Android */
Color.parseColor("#3fdda8")Accessibility — WCAG contrast
Aa
#3fdda8 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fdda8 on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green86.7%
Blue65.9%
CMYK percentages
Cyan71.5%
Magenta0.0%
Yellow24.0%
Key (black)13.3%
Color previews
#3fdda8 text on a black background
contrast 12.12:1
Card sample
#3fdda8 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fdda8;
Background color
Panel with #3fdda8 background
background-color: #3fdda8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fdda8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 221, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 221, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fdda8; background: linear-gradient(135deg, #3fdda8, #3FA9DD);