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