HSL(177, 94%, 76%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(177,94%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 94%, 76%) | color: hsl(177, 94%, 76%) | |
| HEX | #88FBF6 | color: #88FBF6 | |
| RGB | rgb(136, 251, 246) | color: rgb(136, 251, 246) | |
| CMYK | cmyk(46%, 0%, 2%, 2%) | — | |
| HSV | hsv(177, 46%, 98%) | — | |
| HWB | hwb(177 53% 2%) | color: hwb(177 53% 2%) | |
| OKLCH | oklch(0.919 0.1056 191.78) | color: oklch(0.919 0.1056 191.78) | |
| Lab | lab(92.08 -33.91 -7.78) | color: lab(92.08 -33.91 -7.78) | |
| LCH | lch(92.08 34.79 192.92) | color: lch(92.08 34.79 192.92) |
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)
#BABBF7 — rgb(186, 187, 247)
Deuteranopia (Green-blind)
#B3ABF8 — rgb(179, 171, 248)
Tritanopia (Blue-blind)
#8EF8F8 — rgb(142, 248, 248)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 94%, 76%);
text
color: hsl(177, 94%, 76%);
border
border: 2px solid hsl(177, 94%, 76%);
gradient light
background: linear-gradient(to right, hsl(177, 94%, 96%), hsl(177, 94%, 76%));
gradient dark
background: linear-gradient(to right, hsl(177, 94%, 76%), hsl(177, 94%, 56%))
hex
background-color: #88FBF6;
tailwind
bg-[hsl(177,94%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 94%, 76%, 0.4);
css variable
--color-primary: hsl(177, 94%, 76%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 94%, 76%)?
HEX: #88FBF6 | RGB: rgb(136, 251, 246) | CMYK: 46%, 0%, 2%, 2% | HSV: 177°, 46%, 98%. Copy any format from the conversion table above.
What colors go well with #88FBF6?
The complementary color is HSL(357, 94%, 76%). 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, 94%, 76%) in CSS?
As HSL: color: hsl(177, 94%, 76%); — As HEX: color: #88FBF6; — As RGB: color: rgb(136, 251, 246); — Tailwind CSS: bg-[hsl(177,94%,76%)] — CSS variable: --color-primary: hsl(177, 94%, 76%);