#3fdacf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 218, 207
HSL
176°, 68%, 55%
CMYK
71, 0, 5, 15
Luminance
0.5570
Every format
| HEX | #3fdacf |
| RGB | rgb(63, 218, 207) |
| HSL | hsl(176, 68%, 55%) |
| CMYK | cmyk(71%, 0%, 5%, 15%) |
| LAB | lab(79.4 -41.8 -6.2) |
| LCH | lch(79.4 42.3 188.4) |
| OKLCH | oklch(0.807 0.126 187.9) |
Copy-ready code
/* CSS */
color: #3fdacf;
background-color: #3fdacf;
/* Tailwind (arbitrary) */
class="text-[#3fdacf] bg-[#3fdacf]"
/* SCSS */
$brand: #3fdacf;
/* SwiftUI */
Color(red: 0.247, green: 0.855, blue: 0.812)
/* Android */
Color.parseColor("#3fdacf")Accessibility — WCAG contrast
Aa
#3fdacf on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fdacf on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green85.5%
Blue81.2%
CMYK percentages
Cyan71.1%
Magenta0.0%
Yellow5.0%
Key (black)14.5%
Color previews
#3fdacf text on a black background
contrast 12.14:1
Card sample
#3fdacf text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fdacf;
Background color
Panel with #3fdacf background
background-color: #3fdacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fdacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 218, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 218, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fdacf; background: linear-gradient(135deg, #3fdacf, #3F7EDA);