#3fcfbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 207, 188
HSL
172°, 60%, 53%
CMYK
70, 0, 9, 19
Luminance
0.4931
Every format
| HEX | #3fcfbc |
| RGB | rgb(63, 207, 188) |
| HSL | hsl(172, 60%, 53%) |
| CMYK | cmyk(70%, 0%, 9%, 19%) |
| LAB | lab(75.6 -42.0 -1.6) |
| LCH | lch(75.6 42.1 182.2) |
| OKLCH | oklch(0.775 0.123 182.3) |
Copy-ready code
/* CSS */
color: #3fcfbc;
background-color: #3fcfbc;
/* Tailwind (arbitrary) */
class="text-[#3fcfbc] bg-[#3fcfbc]"
/* SCSS */
$brand: #3fcfbc;
/* SwiftUI */
Color(red: 0.247, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#3fcfbc")Accessibility — WCAG contrast
Aa
#3fcfbc on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fcfbc on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green81.2%
Blue73.7%
CMYK percentages
Cyan69.6%
Magenta0.0%
Yellow9.2%
Key (black)18.8%
Color previews
#3fcfbc text on a black background
contrast 10.86:1
Card sample
#3fcfbc text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fcfbc;
Background color
Panel with #3fcfbc background
background-color: #3fcfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fcfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fcfbc; background: linear-gradient(135deg, #3fcfbc, #3F82CF);