#47cffc
a balanced, electric cyan · cool · closest name: skyblue
RGB
71, 207, 252
HSL
195°, 97%, 63%
CMYK
72, 18, 0, 1
Luminance
0.5299
Every format
| HEX | #47cffc |
| RGB | rgb(71, 207, 252) |
| HSL | hsl(195, 97%, 63%) |
| CMYK | cmyk(72%, 18%, 0%, 1%) |
| LAB | lab(77.9 -22.3 -32.6) |
| LCH | lch(77.9 39.5 235.6) |
| OKLCH | oklch(0.800 0.131 224.4) |
Copy-ready code
/* CSS */
color: #47cffc;
background-color: #47cffc;
/* Tailwind (arbitrary) */
class="text-[#47cffc] bg-[#47cffc]"
/* SCSS */
$brand: #47cffc;
/* SwiftUI */
Color(red: 0.278, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#47cffc")Accessibility — WCAG contrast
Aa
#47cffc on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47cffc on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green81.2%
Blue98.8%
CMYK percentages
Cyan71.8%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#47cffc text on a black background
contrast 11.60:1
Card sample
#47cffc text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47cffc;
Background color
Panel with #47cffc background
background-color: #47cffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47cffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47cffc; background: linear-gradient(135deg, #47cffc, #4756FC);