#3fdfbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 223, 191
HSL
168°, 71%, 56%
CMYK
72, 0, 14, 13
Luminance
0.5759
Every format
| HEX | #3fdfbf |
| RGB | rgb(63, 223, 191) |
| HSL | hsl(168, 71%, 56%) |
| CMYK | cmyk(72%, 0%, 14%, 13%) |
| LAB | lab(80.5 -48.2 3.9) |
| LCH | lch(80.5 48.3 175.4) |
| OKLCH | oklch(0.815 0.138 176.0) |
Copy-ready code
/* CSS */
color: #3fdfbf;
background-color: #3fdfbf;
/* Tailwind (arbitrary) */
class="text-[#3fdfbf] bg-[#3fdfbf]"
/* SCSS */
$brand: #3fdfbf;
/* SwiftUI */
Color(red: 0.247, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#3fdfbf")Accessibility — WCAG contrast
Aa
#3fdfbf on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fdfbf on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green87.5%
Blue74.9%
CMYK percentages
Cyan71.7%
Magenta0.0%
Yellow14.3%
Key (black)12.5%
Color previews
#3fdfbf text on a black background
contrast 12.52:1
Card sample
#3fdfbf text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fdfbf;
Background color
Panel with #3fdfbf background
background-color: #3fdfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fdfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fdfbf; background: linear-gradient(135deg, #3fdfbf, #3F94DF);