#3fdacb
a balanced, vivid cyan · cool · “turquoise”
RGB
63, 218, 203
HSL
174°, 68%, 55%
CMYK
71, 0, 7, 15
Luminance
0.5551
Every format
| HEX | #3fdacb |
| RGB | rgb(63, 218, 203) |
| HSL | hsl(174, 68%, 55%) |
| CMYK | cmyk(71%, 0%, 7%, 15%) |
| LAB | lab(79.3 -42.9 -4.2) |
| LCH | lch(79.3 43.1 185.6) |
| OKLCH | oklch(0.806 0.128 185.4) |
Copy-ready code
/* CSS */
color: #3fdacb;
background-color: #3fdacb;
/* Tailwind (arbitrary) */
class="text-[#3fdacb] bg-[#3fdacb]"
/* SCSS */
$brand: #3fdacb;
/* SwiftUI */
Color(red: 0.247, green: 0.855, blue: 0.796)
/* Android */
Color.parseColor("#3fdacb")Accessibility — WCAG contrast
Aa
#3fdacb on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fdacb on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green85.5%
Blue79.6%
CMYK percentages
Cyan71.1%
Magenta0.0%
Yellow6.9%
Key (black)14.5%
Color previews
#3fdacb text on a black background
contrast 12.10:1
Card sample
#3fdacb text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fdacb;
Background color
Panel with #3fdacb background
background-color: #3fdacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fdacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 218, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 218, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fdacb; background: linear-gradient(135deg, #3fdacb, #3F82DA);