#47daeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
71, 218, 235
HSL
186°, 80%, 60%
CMYK
70, 7, 0, 8
Luminance
0.5748
Every format
| HEX | #47daeb |
| RGB | rgb(71, 218, 235) |
| HSL | hsl(186, 80%, 60%) |
| CMYK | cmyk(70%, 7%, 0%, 8%) |
| LAB | lab(80.5 -32.9 -19.6) |
| LCH | lch(80.5 38.3 210.8) |
| OKLCH | oklch(0.819 0.123 206.3) |
Copy-ready code
/* CSS */
color: #47daeb;
background-color: #47daeb;
/* Tailwind (arbitrary) */
class="text-[#47daeb] bg-[#47daeb]"
/* SCSS */
$brand: #47daeb;
/* SwiftUI */
Color(red: 0.278, green: 0.855, blue: 0.922)
/* Android */
Color.parseColor("#47daeb")Accessibility — WCAG contrast
Aa
#47daeb on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47daeb on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green85.5%
Blue92.2%
CMYK percentages
Cyan69.8%
Magenta7.2%
Yellow0.0%
Key (black)7.8%
Color previews
#47daeb text on a black background
contrast 12.50:1
Card sample
#47daeb text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47daeb;
Background color
Panel with #47daeb background
background-color: #47daeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47daeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 218, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 218, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47daeb; background: linear-gradient(135deg, #47daeb, #476DEB);