#3fdce7
a balanced, electric cyan · cool · closest name: turquoise
RGB
63, 220, 231
HSL
184°, 78%, 58%
CMYK
73, 5, 0, 9
Luminance
0.5801
Every format
| HEX | #3fdce7 |
| RGB | rgb(63, 220, 231) |
| HSL | hsl(184, 78%, 58%) |
| CMYK | cmyk(73%, 5%, 0%, 9%) |
| LAB | lab(80.7 -36.0 -17.0) |
| LCH | lch(80.7 39.8 205.3) |
| OKLCH | oklch(0.820 0.126 202.0) |
Copy-ready code
/* CSS */
color: #3fdce7;
background-color: #3fdce7;
/* Tailwind (arbitrary) */
class="text-[#3fdce7] bg-[#3fdce7]"
/* SCSS */
$brand: #3fdce7;
/* SwiftUI */
Color(red: 0.247, green: 0.863, blue: 0.906)
/* Android */
Color.parseColor("#3fdce7")Accessibility — WCAG contrast
Aa
#3fdce7 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fdce7 on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green86.3%
Blue90.6%
CMYK percentages
Cyan72.7%
Magenta4.8%
Yellow0.0%
Key (black)9.4%
Color previews
#3fdce7 text on a black background
contrast 12.60:1
Card sample
#3fdce7 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fdce7;
Background color
Panel with #3fdce7 background
background-color: #3fdce7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fdce7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 220, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 220, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fdce7; background: linear-gradient(135deg, #3fdce7, #3F6CE7);