#3fc3bc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 195, 188
HSL
177°, 52%, 51%
CMYK
68, 0, 4, 24
Luminance
0.4372
Every format
| HEX | #3fc3bc |
| RGB | rgb(63, 195, 188) |
| HSL | hsl(177, 52%, 51%) |
| CMYK | cmyk(68%, 0%, 4%, 24%) |
| LAB | lab(72.0 -36.6 -6.9) |
| LCH | lch(72.0 37.3 190.7) |
| OKLCH | oklch(0.745 0.112 189.9) |
Copy-ready code
/* CSS */
color: #3fc3bc;
background-color: #3fc3bc;
/* Tailwind (arbitrary) */
class="text-[#3fc3bc] bg-[#3fc3bc]"
/* SCSS */
$brand: #3fc3bc;
/* SwiftUI */
Color(red: 0.247, green: 0.765, blue: 0.737)
/* Android */
Color.parseColor("#3fc3bc")Accessibility — WCAG contrast
Aa
#3fc3bc on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fc3bc on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green76.5%
Blue73.7%
CMYK percentages
Cyan67.7%
Magenta0.0%
Yellow3.6%
Key (black)23.5%
Color previews
#3fc3bc text on a black background
contrast 9.74:1
Card sample
#3fc3bc text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fc3bc;
Background color
Panel with #3fc3bc background
background-color: #3fc3bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fc3bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 195, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 195, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fc3bc; background: linear-gradient(135deg, #3fc3bc, #3F72C3);