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