#3fdccc
a balanced, vivid cyan · cool · “turquoise”
RGB
63, 220, 204
HSL
174°, 69%, 56%
CMYK
71, 0, 7, 14
Luminance
0.5660
Every format
| HEX | #3fdccc |
| RGB | rgb(63, 220, 204) |
| HSL | hsl(174, 69%, 56%) |
| CMYK | cmyk(71%, 0%, 7%, 14%) |
| LAB | lab(80.0 -43.5 -3.8) |
| LCH | lch(80.0 43.7 185.0) |
| OKLCH | oklch(0.811 0.129 184.9) |
Copy-ready code
/* CSS */
color: #3fdccc;
background-color: #3fdccc;
/* Tailwind (arbitrary) */
class="text-[#3fdccc] bg-[#3fdccc]"
/* SCSS */
$brand: #3fdccc;
/* SwiftUI */
Color(red: 0.247, green: 0.863, blue: 0.800)
/* Android */
Color.parseColor("#3fdccc")Accessibility — WCAG contrast
Aa
#3fdccc on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fdccc on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green86.3%
Blue80.0%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow7.3%
Key (black)13.7%
Color previews
#3fdccc text on a black background
contrast 12.32:1
Card sample
#3fdccc text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fdccc;
Background color
Panel with #3fdccc background
background-color: #3fdccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fdccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 220, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 220, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fdccc; background: linear-gradient(135deg, #3fdccc, #3F83DC);