HSL(177, 35%, 63%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(177,35%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 35%, 63%) | color: hsl(177, 35%, 63%) | |
| HEX | #80C2BE | color: #80C2BE | |
| RGB | rgb(128, 194, 190) | color: rgb(128, 194, 190) | |
| CMYK | cmyk(34%, 0%, 2%, 24%) | — | |
| HSV | hsv(176, 34%, 76%) | — | |
| HWB | hwb(176 50% 24%) | color: hwb(176 50% 24%) | |
| OKLCH | oklch(0.7687 0.0674 191.01) | color: oklch(0.7687 0.0674 191.01) | |
| Lab | lab(74.12 -21.77 -4.65) | color: lab(74.12 -21.77 -4.65) | |
| LCH | lch(74.12 22.26 192.06) | color: lch(74.12 22.26 192.06) |
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)
#9D9DBF — rgb(157, 157, 191)
Deuteranopia (Green-blind)
#9994BF — rgb(153, 148, 191)
Tritanopia (Blue-blind)
#83C0C0 — rgb(131, 192, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 35%, 63%);
text
color: hsl(177, 35%, 63%);
border
border: 2px solid hsl(177, 35%, 63%);
gradient light
background: linear-gradient(to right, hsl(177, 35%, 83%), hsl(177, 35%, 63%));
gradient dark
background: linear-gradient(to right, hsl(177, 35%, 63%), hsl(177, 35%, 43%))
hex
background-color: #80C2BE;
tailwind
bg-[hsl(177,35%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 35%, 63%, 0.4);
css variable
--color-primary: hsl(177, 35%, 63%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 35%, 63%)?
HEX: #80C2BE | RGB: rgb(128, 194, 190) | CMYK: 34%, 0%, 2%, 24% | HSV: 176°, 34%, 76%. Copy any format from the conversion table above.
What colors go well with #80C2BE?
The complementary color is HSL(357, 35%, 63%). For a triadic harmony, use hues 177°, 297°, and 57°. For analogous combinations, try hues 147° and 207°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(177, 35%, 63%) in CSS?
As HSL: color: hsl(177, 35%, 63%); — As HEX: color: #80C2BE; — As RGB: color: rgb(128, 194, 190); — Tailwind CSS: bg-[hsl(177,35%,63%)] — CSS variable: --color-primary: hsl(177, 35%, 63%);