#47bcfd
a balanced, electric blue · cool · closest name: skyblue
RGB
71, 188, 253
HSL
201°, 98%, 64%
CMYK
72, 26, 0, 1
Luminance
0.4440
Every format
| HEX | #47bcfd |
| RGB | rgb(71, 188, 253) |
| HSL | hsl(201, 98%, 64%) |
| CMYK | cmyk(72%, 26%, 0%, 1%) |
| LAB | lab(72.5 -12.1 -41.5) |
| LCH | lch(72.5 43.2 253.7) |
| OKLCH | oklch(0.757 0.139 237.3) |
Copy-ready code
/* CSS */
color: #47bcfd;
background-color: #47bcfd;
/* Tailwind (arbitrary) */
class="text-[#47bcfd] bg-[#47bcfd]"
/* SCSS */
$brand: #47bcfd;
/* SwiftUI */
Color(red: 0.278, green: 0.737, blue: 0.992)
/* Android */
Color.parseColor("#47bcfd")Accessibility — WCAG contrast
Aa
#47bcfd on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47bcfd on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green73.7%
Blue99.2%
CMYK percentages
Cyan71.9%
Magenta25.7%
Yellow0.0%
Key (black)0.8%
Color previews
#47bcfd text on a black background
contrast 9.88:1
Card sample
#47bcfd text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47bcfd;
Background color
Panel with #47bcfd background
background-color: #47bcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47bcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 188, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 188, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47bcfd; background: linear-gradient(135deg, #47bcfd, #4B47FD);