#3fdcd6
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 220, 214
HSL
178°, 69%, 56%
CMYK
71, 0, 3, 14
Luminance
0.5710
Every format
| HEX | #3fdcd6 |
| RGB | rgb(63, 220, 214) |
| HSL | hsl(178, 69%, 56%) |
| CMYK | cmyk(71%, 0%, 3%, 14%) |
| LAB | lab(80.2 -40.8 -8.8) |
| LCH | lch(80.2 41.7 192.1) |
| OKLCH | oklch(0.814 0.127 191.1) |
Copy-ready code
/* CSS */
color: #3fdcd6;
background-color: #3fdcd6;
/* Tailwind (arbitrary) */
class="text-[#3fdcd6] bg-[#3fdcd6]"
/* SCSS */
$brand: #3fdcd6;
/* SwiftUI */
Color(red: 0.247, green: 0.863, blue: 0.839)
/* Android */
Color.parseColor("#3fdcd6")Accessibility — WCAG contrast
Aa
#3fdcd6 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fdcd6 on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green86.3%
Blue83.9%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow2.7%
Key (black)13.7%
Color previews
#3fdcd6 text on a black background
contrast 12.42:1
Card sample
#3fdcd6 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fdcd6;
Background color
Panel with #3fdcd6 background
background-color: #3fdcd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fdcd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 220, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 220, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fdcd6; background: linear-gradient(135deg, #3fdcd6, #3F79DC);