#3fdadf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 218, 223
HSL
182°, 71%, 56%
CMYK
72, 2, 0, 13
Luminance
0.5653
Every format
| HEX | #3fdadf |
| RGB | rgb(63, 218, 223) |
| HSL | hsl(182, 71%, 56%) |
| CMYK | cmyk(72%, 2%, 0%, 13%) |
| LAB | lab(79.9 -37.4 -14.0) |
| LCH | lch(79.9 39.9 200.6) |
| OKLCH | oklch(0.813 0.125 198.2) |
Copy-ready code
/* CSS */
color: #3fdadf;
background-color: #3fdadf;
/* Tailwind (arbitrary) */
class="text-[#3fdadf] bg-[#3fdadf]"
/* SCSS */
$brand: #3fdadf;
/* SwiftUI */
Color(red: 0.247, green: 0.855, blue: 0.875)
/* Android */
Color.parseColor("#3fdadf")Accessibility — WCAG contrast
Aa
#3fdadf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fdadf on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green85.5%
Blue87.5%
CMYK percentages
Cyan71.7%
Magenta2.2%
Yellow0.0%
Key (black)12.5%
Color previews
#3fdadf text on a black background
contrast 12.31:1
Card sample
#3fdadf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fdadf;
Background color
Panel with #3fdadf background
background-color: #3fdadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fdadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 218, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 218, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fdadf; background: linear-gradient(135deg, #3fdadf, #3F6FDF);