#3fbcfc
a balanced, electric blue · cool · closest name: skyblue
RGB
63, 188, 252
HSL
200°, 97%, 62%
CMYK
75, 25, 0, 1
Luminance
0.4405
Every format
| HEX | #3fbcfc |
| RGB | rgb(63, 188, 252) |
| HSL | hsl(200, 97%, 62%) |
| CMYK | cmyk(75%, 25%, 0%, 1%) |
| LAB | lab(72.3 -13.4 -41.3) |
| LCH | lch(72.3 43.4 252.0) |
| OKLCH | oklch(0.755 0.141 235.8) |
Copy-ready code
/* CSS */
color: #3fbcfc;
background-color: #3fbcfc;
/* Tailwind (arbitrary) */
class="text-[#3fbcfc] bg-[#3fbcfc]"
/* SCSS */
$brand: #3fbcfc;
/* SwiftUI */
Color(red: 0.247, green: 0.737, blue: 0.988)
/* Android */
Color.parseColor("#3fbcfc")Accessibility — WCAG contrast
Aa
#3fbcfc on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fbcfc on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green73.7%
Blue98.8%
CMYK percentages
Cyan75.0%
Magenta25.4%
Yellow0.0%
Key (black)1.2%
Color previews
#3fbcfc text on a black background
contrast 9.81:1
Card sample
#3fbcfc text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fbcfc;
Background color
Panel with #3fbcfc background
background-color: #3fbcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fbcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 188, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 188, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fbcfc; background: linear-gradient(135deg, #3fbcfc, #403FFC);