HSL(178, 60%, 64%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(178,60%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(178, 60%, 64%) | color: hsl(178, 60%, 64%) | |
| HEX | #6CDAD7 | color: #6CDAD7 | |
| RGB | rgb(108, 218, 215) | color: rgb(108, 218, 215) | |
| CMYK | cmyk(50%, 0%, 1%, 15%) | — | |
| HSV | hsv(178, 50%, 85%) | — | |
| HWB | hwb(178 43% 15%) | color: hwb(178 43% 15%) | |
| OKLCH | oklch(0.823 0.1012 192.99) | color: oklch(0.823 0.1012 192.99) | |
| Lab | lab(80.87 -32.17 -8.21) | color: lab(80.87 -32.17 -8.21) | |
| LCH | lch(80.87 33.2 194.32) | color: lch(80.87 33.2 194.32) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#9C9DD8 — rgb(156, 157, 216)
Deuteranopia (Green-blind)
#958DD8 — rgb(149, 141, 216)
Tritanopia (Blue-blind)
#72D8D8 — rgb(114, 216, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(178, 60%, 64%);
text
color: hsl(178, 60%, 64%);
border
border: 2px solid hsl(178, 60%, 64%);
gradient light
background: linear-gradient(to right, hsl(178, 60%, 84%), hsl(178, 60%, 64%));
gradient dark
background: linear-gradient(to right, hsl(178, 60%, 64%), hsl(178, 60%, 44%))
hex
background-color: #6CDAD7;
tailwind
bg-[hsl(178,60%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(178, 60%, 64%, 0.4);
css variable
--color-primary: hsl(178, 60%, 64%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(178, 60%, 64%)?
HEX: #6CDAD7 | RGB: rgb(108, 218, 215) | CMYK: 50%, 0%, 1%, 15% | HSV: 178°, 50%, 85%. Copy any format from the conversion table above.
What colors go well with #6CDAD7?
The complementary color is HSL(358, 60%, 64%). For a triadic harmony, use hues 178°, 298°, and 58°. For analogous combinations, try hues 148° and 208°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(178, 60%, 64%) in CSS?
As HSL: color: hsl(178, 60%, 64%); — As HEX: color: #6CDAD7; — As RGB: color: rgb(108, 218, 215); — Tailwind CSS: bg-[hsl(178,60%,64%)] — CSS variable: --color-primary: hsl(178, 60%, 64%);