#3fdffe
a balanced, electric cyan · cool · closest name: skyblue
RGB
63, 223, 254
HSL
190°, 99%, 62%
CMYK
75, 12, 0, 0
Luminance
0.6099
Every format
| HEX | #3fdffe |
| RGB | rgb(63, 223, 254) |
| HSL | hsl(190, 99%, 62%) |
| CMYK | cmyk(75%, 12%, 0%, 0%) |
| LAB | lab(82.4 -30.5 -26.8) |
| LCH | lch(82.4 40.6 221.2) |
| OKLCH | oklch(0.836 0.133 214.0) |
Copy-ready code
/* CSS */
color: #3fdffe;
background-color: #3fdffe;
/* Tailwind (arbitrary) */
class="text-[#3fdffe] bg-[#3fdffe]"
/* SCSS */
$brand: #3fdffe;
/* SwiftUI */
Color(red: 0.247, green: 0.875, blue: 0.996)
/* Android */
Color.parseColor("#3fdffe")Accessibility — WCAG contrast
Aa
#3fdffe on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fdffe on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green87.5%
Blue99.6%
CMYK percentages
Cyan75.2%
Magenta12.2%
Yellow0.0%
Key (black)0.4%
Color previews
#3fdffe text on a black background
contrast 13.20:1
Card sample
#3fdffe text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fdffe;
Background color
Panel with #3fdffe background
background-color: #3fdffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fdffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 223, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 223, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fdffe; background: linear-gradient(135deg, #3fdffe, #3F60FE);