#3fd7da
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 215, 218
HSL
181°, 68%, 55%
CMYK
71, 1, 0, 15
Luminance
0.5472
Every format
| HEX | #3fd7da |
| RGB | rgb(63, 215, 218) |
| HSL | hsl(181, 68%, 55%) |
| CMYK | cmyk(71%, 1%, 0%, 15%) |
| LAB | lab(78.9 -37.4 -12.9) |
| LCH | lch(78.9 39.6 199.0) |
| OKLCH | oklch(0.804 0.123 197.0) |
Copy-ready code
/* CSS */
color: #3fd7da;
background-color: #3fd7da;
/* Tailwind (arbitrary) */
class="text-[#3fd7da] bg-[#3fd7da]"
/* SCSS */
$brand: #3fd7da;
/* SwiftUI */
Color(red: 0.247, green: 0.843, blue: 0.855)
/* Android */
Color.parseColor("#3fd7da")Accessibility — WCAG contrast
Aa
#3fd7da on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fd7da on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green84.3%
Blue85.5%
CMYK percentages
Cyan71.1%
Magenta1.4%
Yellow0.0%
Key (black)14.5%
Color previews
#3fd7da text on a black background
contrast 11.94:1
Card sample
#3fd7da text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fd7da;
Background color
Panel with #3fd7da background
background-color: #3fd7da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fd7da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 215, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 215, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fd7da; background: linear-gradient(135deg, #3fd7da, #3F70DA);