HSL(179, 80%, 73%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(179,80%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(179, 80%, 73%) | color: hsl(179, 80%, 73%) | |
| HEX | #83F1EF | color: #83F1EF | |
| RGB | rgb(131, 241, 239) | color: rgb(131, 241, 239) | |
| CMYK | cmyk(46%, 0%, 1%, 5%) | — | |
| HSV | hsv(179, 46%, 95%) | — | |
| HWB | hwb(179 51% 5%) | color: hwb(179 51% 5%) | |
| OKLCH | oklch(0.8923 0.1016 193.94) | color: oklch(0.8923 0.1016 193.94) | |
| Lab | lab(88.91 -32.04 -8.85) | color: lab(88.91 -32.04 -8.85) | |
| LCH | lch(88.91 33.24 195.44) | color: lch(88.91 33.24 195.44) |
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)
#B3B4EF — rgb(179, 180, 239)
Deuteranopia (Green-blind)
#ACA4F0 — rgb(172, 164, 240)
Tritanopia (Blue-blind)
#89F0F0 — rgb(137, 240, 240)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(179, 80%, 73%);
text
color: hsl(179, 80%, 73%);
border
border: 2px solid hsl(179, 80%, 73%);
gradient light
background: linear-gradient(to right, hsl(179, 80%, 93%), hsl(179, 80%, 73%));
gradient dark
background: linear-gradient(to right, hsl(179, 80%, 73%), hsl(179, 80%, 53%))
hex
background-color: #83F1EF;
tailwind
bg-[hsl(179,80%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(179, 80%, 73%, 0.4);
css variable
--color-primary: hsl(179, 80%, 73%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(179, 80%, 73%)?
HEX: #83F1EF | RGB: rgb(131, 241, 239) | CMYK: 46%, 0%, 1%, 5% | HSV: 179°, 46%, 95%. Copy any format from the conversion table above.
What colors go well with #83F1EF?
The complementary color is HSL(359, 80%, 73%). For a triadic harmony, use hues 179°, 299°, and 59°. For analogous combinations, try hues 149° and 209°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(179, 80%, 73%) in CSS?
As HSL: color: hsl(179, 80%, 73%); — As HEX: color: #83F1EF; — As RGB: color: rgb(131, 241, 239); — Tailwind CSS: bg-[hsl(179,80%,73%)] — CSS variable: --color-primary: hsl(179, 80%, 73%);