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