HSL(176, 81%, 80%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(176,81%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(176, 81%, 80%) | color: hsl(176, 81%, 80%) | |
| HEX | #A3F5F0 | color: #A3F5F0 | |
| RGB | rgb(163, 245, 240) | color: rgb(163, 245, 240) | |
| CMYK | cmyk(33%, 0%, 2%, 4%) | — | |
| HSV | hsv(176, 33%, 96%) | — | |
| HWB | hwb(176 64% 4%) | color: hwb(176 64% 4%) | |
| OKLCH | oklch(0.9162 0.0801 190.99) | color: oklch(0.9162 0.0801 190.99) | |
| Lab | lab(91.41 -25.9 -5.52) | color: lab(91.41 -25.9 -5.52) | |
| LCH | lch(91.41 26.48 192.03) | color: lch(91.41 26.48 192.03) |
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)
#A7F2F2 — rgb(167, 242, 242)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(176, 81%, 80%);
text
color: hsl(176, 81%, 80%);
border
border: 2px solid hsl(176, 81%, 80%);
gradient light
background: linear-gradient(to right, hsl(176, 81%, 100%), hsl(176, 81%, 80%));
gradient dark
background: linear-gradient(to right, hsl(176, 81%, 80%), hsl(176, 81%, 60%))
hex
background-color: #A3F5F0;
tailwind
bg-[hsl(176,81%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(176, 81%, 80%, 0.4);
css variable
--color-primary: hsl(176, 81%, 80%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(176, 81%, 80%)?
HEX: #A3F5F0 | RGB: rgb(163, 245, 240) | CMYK: 33%, 0%, 2%, 4% | HSV: 176°, 33%, 96%. Copy any format from the conversion table above.
What colors go well with #A3F5F0?
The complementary color is HSL(356, 81%, 80%). For a triadic harmony, use hues 176°, 296°, and 56°. For analogous combinations, try hues 146° and 206°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(176, 81%, 80%) in CSS?
As HSL: color: hsl(176, 81%, 80%); — As HEX: color: #A3F5F0; — As RGB: color: rgb(163, 245, 240); — Tailwind CSS: bg-[hsl(176,81%,80%)] — CSS variable: --color-primary: hsl(176, 81%, 80%);