#3fcccf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 204, 207
HSL
181°, 60%, 53%
CMYK
70, 1, 0, 19
Luminance
0.4875
Every format
| HEX | #3fcccf |
| RGB | rgb(63, 204, 207) |
| HSL | hsl(181, 60%, 53%) |
| CMYK | cmyk(70%, 1%, 0%, 19%) |
| LAB | lab(75.3 -35.5 -12.4) |
| LCH | lch(75.3 37.5 199.2) |
| OKLCH | oklch(0.774 0.117 197.1) |
Copy-ready code
/* CSS */
color: #3fcccf;
background-color: #3fcccf;
/* Tailwind (arbitrary) */
class="text-[#3fcccf] bg-[#3fcccf]"
/* SCSS */
$brand: #3fcccf;
/* SwiftUI */
Color(red: 0.247, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#3fcccf")Accessibility — WCAG contrast
Aa
#3fcccf on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fcccf on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green80.0%
Blue81.2%
CMYK percentages
Cyan69.6%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#3fcccf text on a black background
contrast 10.75:1
Card sample
#3fcccf text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fcccf;
Background color
Panel with #3fcccf background
background-color: #3fcccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fcccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fcccf; background: linear-gradient(135deg, #3fcccf, #3F6CCF);