#3fdace
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 218, 206
HSL
175°, 68%, 55%
CMYK
71, 0, 6, 15
Luminance
0.5566
Every format
| HEX | #3fdace |
| RGB | rgb(63, 218, 206) |
| HSL | hsl(175, 68%, 55%) |
| CMYK | cmyk(71%, 0%, 6%, 15%) |
| LAB | lab(79.4 -42.1 -5.7) |
| LCH | lch(79.4 42.5 187.7) |
| OKLCH | oklch(0.807 0.127 187.3) |
Copy-ready code
/* CSS */
color: #3fdace;
background-color: #3fdace;
/* Tailwind (arbitrary) */
class="text-[#3fdace] bg-[#3fdace]"
/* SCSS */
$brand: #3fdace;
/* SwiftUI */
Color(red: 0.247, green: 0.855, blue: 0.808)
/* Android */
Color.parseColor("#3fdace")Accessibility — WCAG contrast
Aa
#3fdace on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fdace on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green85.5%
Blue80.8%
CMYK percentages
Cyan71.1%
Magenta0.0%
Yellow5.5%
Key (black)14.5%
Color previews
#3fdace text on a black background
contrast 12.13:1
Card sample
#3fdace text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fdace;
Background color
Panel with #3fdace background
background-color: #3fdace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fdace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 218, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 218, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fdace; background: linear-gradient(135deg, #3fdace, #3F7FDA);