#47ebfc
a balanced, electric cyan · cool · closest name: cyan
RGB
71, 235, 252
HSL
186°, 97%, 63%
CMYK
72, 7, 0, 1
Luminance
0.6778
Every format
| HEX | #47ebfc |
| RGB | rgb(71, 235, 252) |
| HSL | hsl(186, 97%, 63%) |
| CMYK | cmyk(72%, 7%, 0%, 1%) |
| LAB | lab(85.9 -35.9 -20.4) |
| LCH | lch(85.9 41.3 209.5) |
| OKLCH | oklch(0.865 0.132 205.3) |
Copy-ready code
/* CSS */
color: #47ebfc;
background-color: #47ebfc;
/* Tailwind (arbitrary) */
class="text-[#47ebfc] bg-[#47ebfc]"
/* SCSS */
$brand: #47ebfc;
/* SwiftUI */
Color(red: 0.278, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#47ebfc")Accessibility — WCAG contrast
Aa
#47ebfc on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47ebfc on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green92.2%
Blue98.8%
CMYK percentages
Cyan71.8%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#47ebfc text on a black background
contrast 14.56:1
Card sample
#47ebfc text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47ebfc;
Background color
Panel with #47ebfc background
background-color: #47ebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47ebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47ebfc; background: linear-gradient(135deg, #47ebfc, #4772FC);