#3fdcf2
a balanced, electric cyan · cool · closest name: skyblue
RGB
63, 220, 242
HSL
187°, 87%, 60%
CMYK
74, 9, 0, 5
Luminance
0.5865
Every format
| HEX | #3fdcf2 |
| RGB | rgb(63, 220, 242) |
| HSL | hsl(187, 87%, 60%) |
| CMYK | cmyk(74%, 9%, 0%, 5%) |
| LAB | lab(81.1 -32.7 -22.4) |
| LCH | lch(81.1 39.6 214.3) |
| OKLCH | oklch(0.824 0.129 208.9) |
Copy-ready code
/* CSS */
color: #3fdcf2;
background-color: #3fdcf2;
/* Tailwind (arbitrary) */
class="text-[#3fdcf2] bg-[#3fdcf2]"
/* SCSS */
$brand: #3fdcf2;
/* SwiftUI */
Color(red: 0.247, green: 0.863, blue: 0.949)
/* Android */
Color.parseColor("#3fdcf2")Accessibility — WCAG contrast
Aa
#3fdcf2 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fdcf2 on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green86.3%
Blue94.9%
CMYK percentages
Cyan74.0%
Magenta9.1%
Yellow0.0%
Key (black)5.1%
Color previews
#3fdcf2 text on a black background
contrast 12.73:1
Card sample
#3fdcf2 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fdcf2;
Background color
Panel with #3fdcf2 background
background-color: #3fdcf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fdcf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 220, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 220, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fdcf2; background: linear-gradient(135deg, #3fdcf2, #3F65F2);