#47cdff
a balanced, electric cyan · cool · closest name: skyblue
RGB
71, 205, 255
HSL
196°, 100%, 64%
CMYK
72, 20, 0, 0
Luminance
0.5222
Every format
| HEX | #47cdff |
| RGB | rgb(71, 205, 255) |
| HSL | hsl(196, 100%, 64%) |
| CMYK | cmyk(72%, 20%, 0%, 0%) |
| LAB | lab(77.4 -20.4 -34.9) |
| LCH | lch(77.4 40.4 239.7) |
| OKLCH | oklch(0.797 0.133 227.3) |
Copy-ready code
/* CSS */
color: #47cdff;
background-color: #47cdff;
/* Tailwind (arbitrary) */
class="text-[#47cdff] bg-[#47cdff]"
/* SCSS */
$brand: #47cdff;
/* SwiftUI */
Color(red: 0.278, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#47cdff")Accessibility — WCAG contrast
Aa
#47cdff on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47cdff on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green80.4%
Blue100.0%
CMYK percentages
Cyan72.2%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#47cdff text on a black background
contrast 11.44:1
Card sample
#47cdff text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47cdff;
Background color
Panel with #47cdff background
background-color: #47cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47cdff; background: linear-gradient(135deg, #47cdff, #4752FF);