HSL(176, 20%, 59%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(176,20%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(176, 20%, 59%) | color: hsl(176, 20%, 59%) | |
| HEX | #82ABA9 | color: #82ABA9 | |
| RGB | rgb(130, 171, 169) | color: rgb(130, 171, 169) | |
| CMYK | cmyk(24%, 0%, 1%, 33%) | — | |
| HSV | hsv(177, 24%, 67%) | — | |
| HWB | hwb(177 51% 33%) | color: hwb(177 51% 33%) | |
| OKLCH | oklch(0.7109 0.0443 192.47) | color: oklch(0.7109 0.0443 192.47) | |
| Lab | lab(67.08 -14.19 -3.49) | color: lab(67.08 -14.19 -3.49) | |
| LCH | lch(67.08 14.61 193.82) | color: lch(67.08 14.61 193.82) |
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)
#9494A9 — rgb(148, 148, 169)
Deuteranopia (Green-blind)
#918EAA — rgb(145, 142, 170)
Tritanopia (Blue-blind)
#84AAAA — rgb(132, 170, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(176, 20%, 59%);
text
color: hsl(176, 20%, 59%);
border
border: 2px solid hsl(176, 20%, 59%);
gradient light
background: linear-gradient(to right, hsl(176, 20%, 79%), hsl(176, 20%, 59%));
gradient dark
background: linear-gradient(to right, hsl(176, 20%, 59%), hsl(176, 20%, 39%))
hex
background-color: #82ABA9;
tailwind
bg-[hsl(176,20%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(176, 20%, 59%, 0.4);
css variable
--color-primary: hsl(176, 20%, 59%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(176, 20%, 59%)?
HEX: #82ABA9 | RGB: rgb(130, 171, 169) | CMYK: 24%, 0%, 1%, 33% | HSV: 177°, 24%, 67%. Copy any format from the conversion table above.
What colors go well with #82ABA9?
The complementary color is HSL(356, 20%, 59%). 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, 20%, 59%) in CSS?
As HSL: color: hsl(176, 20%, 59%); — As HEX: color: #82ABA9; — As RGB: color: rgb(130, 171, 169); — Tailwind CSS: bg-[hsl(176,20%,59%)] — CSS variable: --color-primary: hsl(176, 20%, 59%);