Cyan 100

#cffafe

cyan-100

Very light cyan for subtle info states.

Color Values

Hex#cffafe
RGBrgb(207, 250, 254)
HSLhsl(185, 96%, 90%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-cyan-100: #cffafe;

/* Direct Usage */
.element {
  color: #cffafe;
  background-color: rgb(207, 250, 254);
}

Best Use Cases

Light info backgrounds
Tech cards
Cool highlights

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors