#47cdda
a balanced, vivid cyan · cool · closest name: skyblue
RGB
71, 205, 218
HSL
185°, 67%, 57%
CMYK
67, 6, 0, 15
Luminance
0.5006
Every format
| HEX | #47cdda |
| RGB | rgb(71, 205, 218) |
| HSL | hsl(185, 67%, 57%) |
| CMYK | cmyk(67%, 6%, 0%, 15%) |
| LAB | lab(76.1 -31.7 -17.1) |
| LCH | lch(76.1 36.0 208.3) |
| OKLCH | oklch(0.782 0.115 204.4) |
Copy-ready code
/* CSS */
color: #47cdda;
background-color: #47cdda;
/* Tailwind (arbitrary) */
class="text-[#47cdda] bg-[#47cdda]"
/* SCSS */
$brand: #47cdda;
/* SwiftUI */
Color(red: 0.278, green: 0.804, blue: 0.855)
/* Android */
Color.parseColor("#47cdda")Accessibility — WCAG contrast
Aa
#47cdda on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47cdda on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green80.4%
Blue85.5%
CMYK percentages
Cyan67.4%
Magenta6.0%
Yellow0.0%
Key (black)14.5%
Color previews
#47cdda text on a black background
contrast 11.01:1
Card sample
#47cdda text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47cdda;
Background color
Panel with #47cdda background
background-color: #47cdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47cdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 205, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 205, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47cdda; background: linear-gradient(135deg, #47cdda, #476BDA);