HSL(176, 67%, 59%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(176,67%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(176, 67%, 59%) | color: hsl(176, 67%, 59%) | |
| HEX | #50DCD3 | color: #50DCD3 | |
| RGB | rgb(80, 220, 211) | color: rgb(80, 220, 211) | |
| CMYK | cmyk(64%, 0%, 4%, 14%) | — | |
| HSV | hsv(176, 64%, 86%) | — | |
| HWB | hwb(176 31% 14%) | color: hwb(176 31% 14%) | |
| OKLCH | oklch(0.8175 0.1197 189.02) | color: oklch(0.8175 0.1197 189.02) | |
| Lab | lab(80.51 -39.27 -6.7) | color: lab(80.51 -39.27 -6.7) | |
| LCH | lch(80.51 39.84 189.68) | color: lch(80.51 39.84 189.68) |
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)
#8D8ED5 — rgb(141, 142, 213)
Deuteranopia (Green-blind)
#857AD6 — rgb(133, 122, 214)
Tritanopia (Blue-blind)
#57D7D7 — rgb(87, 215, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(176, 67%, 59%);
text
color: hsl(176, 67%, 59%);
border
border: 2px solid hsl(176, 67%, 59%);
gradient light
background: linear-gradient(to right, hsl(176, 67%, 79%), hsl(176, 67%, 59%));
gradient dark
background: linear-gradient(to right, hsl(176, 67%, 59%), hsl(176, 67%, 39%))
hex
background-color: #50DCD3;
tailwind
bg-[hsl(176,67%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(176, 67%, 59%, 0.4);
css variable
--color-primary: hsl(176, 67%, 59%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(176, 67%, 59%)?
HEX: #50DCD3 | RGB: rgb(80, 220, 211) | CMYK: 64%, 0%, 4%, 14% | HSV: 176°, 64%, 86%. Copy any format from the conversion table above.
What colors go well with #50DCD3?
The complementary color is HSL(356, 67%, 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, 67%, 59%) in CSS?
As HSL: color: hsl(176, 67%, 59%); — As HEX: color: #50DCD3; — As RGB: color: rgb(80, 220, 211); — Tailwind CSS: bg-[hsl(176,67%,59%)] — CSS variable: --color-primary: hsl(176, 67%, 59%);