#3fdce2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
63, 220, 226
HSL
182°, 74%, 57%
CMYK
72, 3, 0, 11
Luminance
0.5773
Every format
| HEX | #3fdce2 |
| RGB | rgb(63, 220, 226) |
| HSL | hsl(182, 74%, 57%) |
| CMYK | cmyk(72%, 3%, 0%, 11%) |
| LAB | lab(80.6 -37.4 -14.6) |
| LCH | lch(80.6 40.2 201.3) |
| OKLCH | oklch(0.819 0.126 198.8) |
Copy-ready code
/* CSS */
color: #3fdce2;
background-color: #3fdce2;
/* Tailwind (arbitrary) */
class="text-[#3fdce2] bg-[#3fdce2]"
/* SCSS */
$brand: #3fdce2;
/* SwiftUI */
Color(red: 0.247, green: 0.863, blue: 0.886)
/* Android */
Color.parseColor("#3fdce2")Accessibility — WCAG contrast
Aa
#3fdce2 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fdce2 on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green86.3%
Blue88.6%
CMYK percentages
Cyan72.1%
Magenta2.7%
Yellow0.0%
Key (black)11.4%
Color previews
#3fdce2 text on a black background
contrast 12.55:1
Card sample
#3fdce2 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fdce2;
Background color
Panel with #3fdce2 background
background-color: #3fdce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fdce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 220, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 220, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fdce2; background: linear-gradient(135deg, #3fdce2, #3F6FE2);