#3fcfd9
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 207, 217
HSL
184°, 67%, 55%
CMYK
71, 5, 0, 15
Luminance
0.5069
Every format
| HEX | #3fcfd9 |
| RGB | rgb(63, 207, 217) |
| HSL | hsl(184, 67%, 55%) |
| CMYK | cmyk(71%, 5%, 0%, 15%) |
| LAB | lab(76.5 -34.0 -16.0) |
| LCH | lch(76.5 37.5 205.2) |
| OKLCH | oklch(0.784 0.119 201.9) |
Copy-ready code
/* CSS */
color: #3fcfd9;
background-color: #3fcfd9;
/* Tailwind (arbitrary) */
class="text-[#3fcfd9] bg-[#3fcfd9]"
/* SCSS */
$brand: #3fcfd9;
/* SwiftUI */
Color(red: 0.247, green: 0.812, blue: 0.851)
/* Android */
Color.parseColor("#3fcfd9")Accessibility — WCAG contrast
Aa
#3fcfd9 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fcfd9 on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green81.2%
Blue85.1%
CMYK percentages
Cyan71.0%
Magenta4.6%
Yellow0.0%
Key (black)14.9%
Color previews
#3fcfd9 text on a black background
contrast 11.14:1
Card sample
#3fcfd9 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fcfd9;
Background color
Panel with #3fcfd9 background
background-color: #3fcfd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fcfd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 207, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 207, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fcfd9; background: linear-gradient(135deg, #3fcfd9, #3F68D9);