#3fd7c2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 215, 194
HSL
172°, 66%, 55%
CMYK
71, 0, 10, 16
Luminance
0.5355
Every format
| HEX | #3fd7c2 |
| RGB | rgb(63, 215, 194) |
| HSL | hsl(172, 66%, 55%) |
| CMYK | cmyk(71%, 0%, 10%, 16%) |
| LAB | lab(78.2 -44.0 -1.1) |
| LCH | lch(78.2 44.0 181.4) |
| OKLCH | oklch(0.796 0.128 181.6) |
Copy-ready code
/* CSS */
color: #3fd7c2;
background-color: #3fd7c2;
/* Tailwind (arbitrary) */
class="text-[#3fd7c2] bg-[#3fd7c2]"
/* SCSS */
$brand: #3fd7c2;
/* SwiftUI */
Color(red: 0.247, green: 0.843, blue: 0.761)
/* Android */
Color.parseColor("#3fd7c2")Accessibility — WCAG contrast
Aa
#3fd7c2 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fd7c2 on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green84.3%
Blue76.1%
CMYK percentages
Cyan70.7%
Magenta0.0%
Yellow9.8%
Key (black)15.7%
Color previews
#3fd7c2 text on a black background
contrast 11.71:1
Card sample
#3fd7c2 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fd7c2;
Background color
Panel with #3fd7c2 background
background-color: #3fd7c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fd7c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 215, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 215, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fd7c2; background: linear-gradient(135deg, #3fd7c2, #3F87D7);