#3fdfbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 223, 188
HSL
167°, 71%, 56%
CMYK
72, 0, 16, 13
Luminance
0.5746
Every format
| HEX | #3fdfbc |
| RGB | rgb(63, 223, 188) |
| HSL | hsl(167, 71%, 56%) |
| CMYK | cmyk(72%, 0%, 16%, 13%) |
| LAB | lab(80.4 -48.9 5.4) |
| LCH | lch(80.4 49.2 173.7) |
| OKLCH | oklch(0.814 0.139 174.4) |
Copy-ready code
/* CSS */
color: #3fdfbc;
background-color: #3fdfbc;
/* Tailwind (arbitrary) */
class="text-[#3fdfbc] bg-[#3fdfbc]"
/* SCSS */
$brand: #3fdfbc;
/* SwiftUI */
Color(red: 0.247, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#3fdfbc")Accessibility — WCAG contrast
Aa
#3fdfbc on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fdfbc on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green87.5%
Blue73.7%
CMYK percentages
Cyan71.7%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#3fdfbc text on a black background
contrast 12.49:1
Card sample
#3fdfbc text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fdfbc;
Background color
Panel with #3fdfbc background
background-color: #3fdfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fdfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fdfbc; background: linear-gradient(135deg, #3fdfbc, #3F97DF);