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