#47ceeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
71, 206, 235
HSL
191°, 80%, 60%
CMYK
70, 12, 0, 8
Luminance
0.5148
Every format
| HEX | #47ceeb |
| RGB | rgb(71, 206, 235) |
| HSL | hsl(191, 80%, 60%) |
| CMYK | cmyk(70%, 12%, 0%, 8%) |
| LAB | lab(77.0 -27.1 -24.9) |
| LCH | lch(77.0 36.8 222.6) |
| OKLCH | oklch(0.791 0.121 215.1) |
Copy-ready code
/* CSS */
color: #47ceeb;
background-color: #47ceeb;
/* Tailwind (arbitrary) */
class="text-[#47ceeb] bg-[#47ceeb]"
/* SCSS */
$brand: #47ceeb;
/* SwiftUI */
Color(red: 0.278, green: 0.808, blue: 0.922)
/* Android */
Color.parseColor("#47ceeb")Accessibility — WCAG contrast
Aa
#47ceeb on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47ceeb on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green80.8%
Blue92.2%
CMYK percentages
Cyan69.8%
Magenta12.3%
Yellow0.0%
Key (black)7.8%
Color previews
#47ceeb text on a black background
contrast 11.30:1
Card sample
#47ceeb text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47ceeb;
Background color
Panel with #47ceeb background
background-color: #47ceeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47ceeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 206, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 206, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47ceeb; background: linear-gradient(135deg, #47ceeb, #4761EB);