#3fdbd2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 219, 210
HSL
177°, 68%, 55%
CMYK
71, 0, 4, 14
Luminance
0.5637
Every format
| HEX | #3fdbd2 |
| RGB | rgb(63, 219, 210) |
| HSL | hsl(177, 68%, 55%) |
| CMYK | cmyk(71%, 0%, 4%, 14%) |
| LAB | lab(79.8 -41.5 -7.2) |
| LCH | lch(79.8 42.1 189.9) |
| OKLCH | oklch(0.811 0.127 189.2) |
Copy-ready code
/* CSS */
color: #3fdbd2;
background-color: #3fdbd2;
/* Tailwind (arbitrary) */
class="text-[#3fdbd2] bg-[#3fdbd2]"
/* SCSS */
$brand: #3fdbd2;
/* SwiftUI */
Color(red: 0.247, green: 0.859, blue: 0.824)
/* Android */
Color.parseColor("#3fdbd2")Accessibility — WCAG contrast
Aa
#3fdbd2 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fdbd2 on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green85.9%
Blue82.4%
CMYK percentages
Cyan71.2%
Magenta0.0%
Yellow4.1%
Key (black)14.1%
Color previews
#3fdbd2 text on a black background
contrast 12.27:1
Card sample
#3fdbd2 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fdbd2;
Background color
Panel with #3fdbd2 background
background-color: #3fdbd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fdbd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 219, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 219, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fdbd2; background: linear-gradient(135deg, #3fdbd2, #3F7CDB);