Cyan 500

#06b6d4

cyan-500

The base cyan, electric and modern.

Color Values

Hex#06b6d4
RGBrgb(6, 182, 212)
HSLhsl(189, 94%, 43%)

How to Use

Tailwind CSS

Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="cyan-500">
  Background
</div>
<p class="cyan-500">
  Text
</p>
<div class="cyan-500 border">
  Border
</div>

CSS

CSS Codecss
/* CSS Variables */
--color-cyan-500: #06b6d4;

/* Direct Usage */
.element {
  color: #06b6d4;
  background-color: rgb(6, 182, 212);
}

Best Use Cases

Info states
Tech buttons
Cool themes

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors