HSL(177, 51%, 80%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(177,51%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 51%, 80%) | color: hsl(177, 51%, 80%) | |
| HEX | #B2E6E3 | color: #B2E6E3 | |
| RGB | rgb(178, 230, 227) | color: rgb(178, 230, 227) | |
| CMYK | cmyk(23%, 0%, 1%, 10%) | — | |
| HSV | hsv(177, 23%, 90%) | — | |
| HWB | hwb(177 69% 10%) | color: hwb(177 69% 10%) | |
| OKLCH | oklch(0.8882 0.0534 191.83) | color: oklch(0.8882 0.0534 191.83) | |
| Lab | lab(87.78 -17.17 -3.99) | color: lab(87.78 -17.17 -3.99) | |
| LCH | lch(87.78 17.63 193.08) | color: lch(87.78 17.63 193.08) |
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)
#C9C9E4 — rgb(201, 201, 228)
Deuteranopia (Green-blind)
#C6C2E4 — rgb(198, 194, 228)
Tritanopia (Blue-blind)
#B5E4E4 — rgb(181, 228, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 51%, 80%);
text
color: hsl(177, 51%, 80%);
border
border: 2px solid hsl(177, 51%, 80%);
gradient light
background: linear-gradient(to right, hsl(177, 51%, 100%), hsl(177, 51%, 80%));
gradient dark
background: linear-gradient(to right, hsl(177, 51%, 80%), hsl(177, 51%, 60%))
hex
background-color: #B2E6E3;
tailwind
bg-[hsl(177,51%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 51%, 80%, 0.4);
css variable
--color-primary: hsl(177, 51%, 80%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 51%, 80%)?
HEX: #B2E6E3 | RGB: rgb(178, 230, 227) | CMYK: 23%, 0%, 1%, 10% | HSV: 177°, 23%, 90%. Copy any format from the conversion table above.
What colors go well with #B2E6E3?
The complementary color is HSL(357, 51%, 80%). 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, 51%, 80%) in CSS?
As HSL: color: hsl(177, 51%, 80%); — As HEX: color: #B2E6E3; — As RGB: color: rgb(178, 230, 227); — Tailwind CSS: bg-[hsl(177,51%,80%)] — CSS variable: --color-primary: hsl(177, 51%, 80%);