Cyan 300

#67e8f9

cyan-300

Medium-light cyan, bright and electric.

Color Values

Hex#67e8f9
RGBrgb(103, 232, 249)
HSLhsl(187, 92%, 69%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-cyan-300: #67e8f9;

/* Direct Usage */
.element {
  color: #67e8f9;
  background-color: rgb(103, 232, 249);
}

Best Use Cases

Tech badges
Cool highlights
Electric themes

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors