#47dbff
a balanced, electric cyan · cool · closest name: skyblue
RGB
71, 219, 255
HSL
192°, 100%, 64%
CMYK
72, 14, 0, 0
Luminance
0.5922
Every format
| HEX | #47dbff |
| RGB | rgb(71, 219, 255) |
| HSL | hsl(192, 100%, 64%) |
| CMYK | cmyk(72%, 14%, 0%, 0%) |
| LAB | lab(81.4 -27.4 -28.8) |
| LCH | lch(81.4 39.7 226.4) |
| OKLCH | oklch(0.829 0.131 217.8) |
Copy-ready code
/* CSS */
color: #47dbff;
background-color: #47dbff;
/* Tailwind (arbitrary) */
class="text-[#47dbff] bg-[#47dbff]"
/* SCSS */
$brand: #47dbff;
/* SwiftUI */
Color(red: 0.278, green: 0.859, blue: 1.000)
/* Android */
Color.parseColor("#47dbff")Accessibility — WCAG contrast
Aa
#47dbff on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47dbff on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green85.9%
Blue100.0%
CMYK percentages
Cyan72.2%
Magenta14.1%
Yellow0.0%
Key (black)0.0%
Color previews
#47dbff text on a black background
contrast 12.84:1
Card sample
#47dbff text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47dbff;
Background color
Panel with #47dbff background
background-color: #47dbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47dbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 219, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 219, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47dbff; background: linear-gradient(135deg, #47dbff, #4760FF);