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