#47cdf4
a balanced, electric cyan · cool · closest name: skyblue
RGB
71, 205, 244
HSL
194°, 89%, 62%
CMYK
71, 16, 0, 4
Luminance
0.5153
Every format
| HEX | #47cdf4 |
| RGB | rgb(71, 205, 244) |
| HSL | hsl(194, 89%, 62%) |
| CMYK | cmyk(71%, 16%, 0%, 4%) |
| LAB | lab(77.0 -23.8 -29.7) |
| LCH | lch(77.0 38.0 231.2) |
| OKLCH | oklch(0.792 0.126 221.3) |
Copy-ready code
/* CSS */
color: #47cdf4;
background-color: #47cdf4;
/* Tailwind (arbitrary) */
class="text-[#47cdf4] bg-[#47cdf4]"
/* SCSS */
$brand: #47cdf4;
/* SwiftUI */
Color(red: 0.278, green: 0.804, blue: 0.957)
/* Android */
Color.parseColor("#47cdf4")Accessibility — WCAG contrast
Aa
#47cdf4 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47cdf4 on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green80.4%
Blue95.7%
CMYK percentages
Cyan70.9%
Magenta16.0%
Yellow0.0%
Key (black)4.3%
Color previews
#47cdf4 text on a black background
contrast 11.31:1
Card sample
#47cdf4 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47cdf4;
Background color
Panel with #47cdf4 background
background-color: #47cdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47cdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 205, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 205, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47cdf4; background: linear-gradient(135deg, #47cdf4, #475AF4);