#3fdaba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 218, 186
HSL
168°, 68%, 55%
CMYK
71, 0, 15, 15
Luminance
0.5474
Every format
| HEX | #3fdaba |
| RGB | rgb(63, 218, 186) |
| HSL | hsl(168, 68%, 55%) |
| CMYK | cmyk(71%, 0%, 15%, 15%) |
| LAB | lab(78.9 -47.3 4.2) |
| LCH | lch(78.9 47.5 174.9) |
| OKLCH | oklch(0.801 0.135 175.6) |
Copy-ready code
/* CSS */
color: #3fdaba;
background-color: #3fdaba;
/* Tailwind (arbitrary) */
class="text-[#3fdaba] bg-[#3fdaba]"
/* SCSS */
$brand: #3fdaba;
/* SwiftUI */
Color(red: 0.247, green: 0.855, blue: 0.729)
/* Android */
Color.parseColor("#3fdaba")Accessibility — WCAG contrast
Aa
#3fdaba on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fdaba on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green85.5%
Blue72.9%
CMYK percentages
Cyan71.1%
Magenta0.0%
Yellow14.7%
Key (black)14.5%
Color previews
#3fdaba text on a black background
contrast 11.95:1
Card sample
#3fdaba text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fdaba;
Background color
Panel with #3fdaba background
background-color: #3fdaba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fdaba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 218, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 218, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fdaba; background: linear-gradient(135deg, #3fdaba, #3F93DA);