Cyan 50
#ecfeff
cyan-50
The lightest cyan, a soft ice blue.
Color Values
| Hex | #ecfeff | |
| RGB | rgb(236, 254, 255) | |
| HSL | hsl(183, 100%, 96%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="cyan-50">
Background
</div>
<p class="cyan-50">
Text
</p>
<div class="cyan-50 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-cyan-50: #ecfeff;
/* Direct Usage */
.element {
color: #ecfeff;
background-color: rgb(236, 254, 255);
}Best Use Cases
Info backgrounds
Tech cards
Cool themes
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors