Cyan 600
#0891b2
cyan-600
Dark cyan for text and buttons.
Color Values
| Hex | #0891b2 | |
| RGB | rgb(8, 145, 178) | |
| HSL | hsl(192, 91%, 36%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="cyan-600">
Background
</div>
<p class="cyan-600">
Text
</p>
<div class="cyan-600 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-cyan-600: #0891b2;
/* Direct Usage */
.element {
color: #0891b2;
background-color: rgb(8, 145, 178);
}Best Use Cases
Info text
Tech buttons
Cool active states
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors