HSL(178, 77%, 80%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(178,77%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(178, 77%, 80%) | color: hsl(178, 77%, 80%) | |
| HEX | #A5F3F1 | color: #A5F3F1 | |
| RGB | rgb(165, 243, 241) | color: rgb(165, 243, 241) | |
| CMYK | cmyk(32%, 0%, 1%, 5%) | — | |
| HSV | hsv(178, 32%, 95%) | — | |
| HWB | hwb(178 65% 5%) | color: hwb(178 65% 5%) | |
| OKLCH | oklch(0.9132 0.0765 193.86) | color: oklch(0.9132 0.0765 193.86) | |
| Lab | lab(90.98 -24.18 -6.66) | color: lab(90.98 -24.18 -6.66) | |
| LCH | lch(90.98 25.08 195.4) | color: lch(90.98 25.08 195.4) |
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)
#C7C7F1 — rgb(199, 199, 241)
Deuteranopia (Green-blind)
#C2BCF2 — rgb(194, 188, 242)
Tritanopia (Blue-blind)
#A9F2F2 — rgb(169, 242, 242)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(178, 77%, 80%);
text
color: hsl(178, 77%, 80%);
border
border: 2px solid hsl(178, 77%, 80%);
gradient light
background: linear-gradient(to right, hsl(178, 77%, 100%), hsl(178, 77%, 80%));
gradient dark
background: linear-gradient(to right, hsl(178, 77%, 80%), hsl(178, 77%, 60%))
hex
background-color: #A5F3F1;
tailwind
bg-[hsl(178,77%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(178, 77%, 80%, 0.4);
css variable
--color-primary: hsl(178, 77%, 80%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(178, 77%, 80%)?
HEX: #A5F3F1 | RGB: rgb(165, 243, 241) | CMYK: 32%, 0%, 1%, 5% | HSV: 178°, 32%, 95%. Copy any format from the conversion table above.
What colors go well with #A5F3F1?
The complementary color is HSL(358, 77%, 80%). 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, 77%, 80%) in CSS?
As HSL: color: hsl(178, 77%, 80%); — As HEX: color: #A5F3F1; — As RGB: color: rgb(165, 243, 241); — Tailwind CSS: bg-[hsl(178,77%,80%)] — CSS variable: --color-primary: hsl(178, 77%, 80%);