#3fd8ba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 216, 186
HSL
168°, 66%, 55%
CMYK
71, 0, 14, 15
Luminance
0.5371
Every format
| HEX | #3fd8ba |
| RGB | rgb(63, 216, 186) |
| HSL | hsl(168, 66%, 55%) |
| CMYK | cmyk(71%, 0%, 14%, 15%) |
| LAB | lab(78.3 -46.5 3.4) |
| LCH | lch(78.3 46.6 175.9) |
| OKLCH | oklch(0.796 0.133 176.5) |
Copy-ready code
/* CSS */
color: #3fd8ba;
background-color: #3fd8ba;
/* Tailwind (arbitrary) */
class="text-[#3fd8ba] bg-[#3fd8ba]"
/* SCSS */
$brand: #3fd8ba;
/* SwiftUI */
Color(red: 0.247, green: 0.847, blue: 0.729)
/* Android */
Color.parseColor("#3fd8ba")Accessibility — WCAG contrast
Aa
#3fd8ba on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fd8ba on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green84.7%
Blue72.9%
CMYK percentages
Cyan70.8%
Magenta0.0%
Yellow13.9%
Key (black)15.3%
Color previews
#3fd8ba text on a black background
contrast 11.74:1
Card sample
#3fd8ba text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fd8ba;
Background color
Panel with #3fd8ba background
background-color: #3fd8ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fd8ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 216, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 216, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fd8ba; background: linear-gradient(135deg, #3fd8ba, #3F90D8);