HSL(176, 76%, 61%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(176,76%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(176, 76%, 61%) | color: hsl(176, 76%, 61%) | |
| HEX | #50E7DD | color: #50E7DD | |
| RGB | rgb(80, 231, 221) | color: rgb(80, 231, 221) | |
| CMYK | cmyk(65%, 0%, 4%, 9%) | — | |
| HSV | hsv(176, 65%, 91%) | — | |
| HWB | hwb(176 32% 9%) | color: hwb(176 32% 9%) | |
| OKLCH | oklch(0.8467 0.1264 188.73) | color: oklch(0.8467 0.1264 188.73) | |
| Lab | lab(84 -41.56 -6.83) | color: lab(84 -41.56 -6.83) | |
| LCH | lch(84 42.12 189.33) | color: lch(84 42.12 189.33) |
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)
#9193DF — rgb(145, 147, 223)
Deuteranopia (Green-blind)
#897DE0 — rgb(137, 125, 224)
Tritanopia (Blue-blind)
#58E1E2 — rgb(88, 225, 226)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(176, 76%, 61%);
text
color: hsl(176, 76%, 61%);
border
border: 2px solid hsl(176, 76%, 61%);
gradient light
background: linear-gradient(to right, hsl(176, 76%, 81%), hsl(176, 76%, 61%));
gradient dark
background: linear-gradient(to right, hsl(176, 76%, 61%), hsl(176, 76%, 41%))
hex
background-color: #50E7DD;
tailwind
bg-[hsl(176,76%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(176, 76%, 61%, 0.4);
css variable
--color-primary: hsl(176, 76%, 61%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(176, 76%, 61%)?
HEX: #50E7DD | RGB: rgb(80, 231, 221) | CMYK: 65%, 0%, 4%, 9% | HSV: 176°, 65%, 91%. Copy any format from the conversion table above.
What colors go well with #50E7DD?
The complementary color is HSL(356, 76%, 61%). 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, 76%, 61%) in CSS?
As HSL: color: hsl(176, 76%, 61%); — As HEX: color: #50E7DD; — As RGB: color: rgb(80, 231, 221); — Tailwind CSS: bg-[hsl(176,76%,61%)] — CSS variable: --color-primary: hsl(176, 76%, 61%);