#3fd4bf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 212, 191
HSL
172°, 63%, 54%
CMYK
70, 0, 10, 17
Luminance
0.5191
Every format
| HEX | #3fd4bf |
| RGB | rgb(63, 212, 191) |
| HSL | hsl(172, 63%, 54%) |
| CMYK | cmyk(70%, 0%, 10%, 17%) |
| LAB | lab(77.2 -43.5 -0.9) |
| LCH | lch(77.2 43.5 181.2) |
| OKLCH | oklch(0.788 0.127 181.4) |
Copy-ready code
/* CSS */
color: #3fd4bf;
background-color: #3fd4bf;
/* Tailwind (arbitrary) */
class="text-[#3fd4bf] bg-[#3fd4bf]"
/* SCSS */
$brand: #3fd4bf;
/* SwiftUI */
Color(red: 0.247, green: 0.831, blue: 0.749)
/* Android */
Color.parseColor("#3fd4bf")Accessibility — WCAG contrast
Aa
#3fd4bf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fd4bf on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green83.1%
Blue74.9%
CMYK percentages
Cyan70.3%
Magenta0.0%
Yellow9.9%
Key (black)16.9%
Color previews
#3fd4bf text on a black background
contrast 11.38:1
Card sample
#3fd4bf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fd4bf;
Background color
Panel with #3fd4bf background
background-color: #3fd4bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fd4bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 212, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 212, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fd4bf; background: linear-gradient(135deg, #3fd4bf, #3F86D4);