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