#3fecfe
a balanced, electric cyan · cool · closest name: cyan
RGB
63, 236, 254
HSL
186°, 99%, 62%
CMYK
75, 7, 0, 0
Luminance
0.6820
Every format
| HEX | #3fecfe |
| RGB | rgb(63, 236, 254) |
| HSL | hsl(186, 99%, 62%) |
| CMYK | cmyk(75%, 7%, 0%, 0%) |
| LAB | lab(86.1 -36.7 -21.1) |
| LCH | lch(86.1 42.3 209.9) |
| OKLCH | oklch(0.866 0.136 205.6) |
Copy-ready code
/* CSS */
color: #3fecfe;
background-color: #3fecfe;
/* Tailwind (arbitrary) */
class="text-[#3fecfe] bg-[#3fecfe]"
/* SCSS */
$brand: #3fecfe;
/* SwiftUI */
Color(red: 0.247, green: 0.925, blue: 0.996)
/* Android */
Color.parseColor("#3fecfe")Accessibility — WCAG contrast
Aa
#3fecfe on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fecfe on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green92.5%
Blue99.6%
CMYK percentages
Cyan75.2%
Magenta7.1%
Yellow0.0%
Key (black)0.4%
Color previews
#3fecfe text on a black background
contrast 14.64:1
Card sample
#3fecfe text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fecfe;
Background color
Panel with #3fecfe background
background-color: #3fecfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fecfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 236, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 236, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fecfe; background: linear-gradient(135deg, #3fecfe, #3F6DFE);