#47ccfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
71, 204, 253
HSL
196°, 98%, 64%
CMYK
72, 19, 0, 1
Luminance
0.5162
Every format
| HEX | #47ccfd |
| RGB | rgb(71, 204, 253) |
| HSL | hsl(196, 98%, 64%) |
| CMYK | cmyk(72%, 19%, 0%, 1%) |
| LAB | lab(77.0 -20.5 -34.4) |
| LCH | lch(77.0 40.0 239.2) |
| OKLCH | oklch(0.793 0.132 227.0) |
Copy-ready code
/* CSS */
color: #47ccfd;
background-color: #47ccfd;
/* Tailwind (arbitrary) */
class="text-[#47ccfd] bg-[#47ccfd]"
/* SCSS */
$brand: #47ccfd;
/* SwiftUI */
Color(red: 0.278, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#47ccfd")Accessibility — WCAG contrast
Aa
#47ccfd on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47ccfd on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green80.0%
Blue99.2%
CMYK percentages
Cyan71.9%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#47ccfd text on a black background
contrast 11.32:1
Card sample
#47ccfd text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47ccfd;
Background color
Panel with #47ccfd background
background-color: #47ccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47ccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47ccfd; background: linear-gradient(135deg, #47ccfd, #4752FD);