HSL(180, 83%, 64%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(180,83%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(180, 83%, 64%) | color: hsl(180, 83%, 64%) | |
| HEX | #57EFEF | color: #57EFEF | |
| RGB | rgb(87, 239, 239) | color: rgb(87, 239, 239) | |
| CMYK | cmyk(64%, 0%, 0%, 6%) | — | |
| HSV | hsv(180, 64%, 94%) | — | |
| HWB | hwb(180 34% 6%) | color: hwb(180 34% 6%) | |
| OKLCH | oklch(0.8731 0.1264 195.09) | color: oklch(0.8731 0.1264 195.09) | |
| Lab | lab(86.99 -39.3 -11.85) | color: lab(86.99 -39.3 -11.85) | |
| LCH | lch(86.99 41.05 196.78) | color: lch(86.99 41.05 196.78) |
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)
#999AEF — rgb(153, 154, 239)
Deuteranopia (Green-blind)
#9085EF — rgb(144, 133, 239)
Tritanopia (Blue-blind)
#5FEFEF — rgb(95, 239, 239)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(180, 83%, 64%);
text
color: hsl(180, 83%, 64%);
border
border: 2px solid hsl(180, 83%, 64%);
gradient light
background: linear-gradient(to right, hsl(180, 83%, 84%), hsl(180, 83%, 64%));
gradient dark
background: linear-gradient(to right, hsl(180, 83%, 64%), hsl(180, 83%, 44%))
hex
background-color: #57EFEF;
tailwind
bg-[hsl(180,83%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(180, 83%, 64%, 0.4);
css variable
--color-primary: hsl(180, 83%, 64%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(180, 83%, 64%)?
HEX: #57EFEF | RGB: rgb(87, 239, 239) | CMYK: 64%, 0%, 0%, 6% | HSV: 180°, 64%, 94%. Copy any format from the conversion table above.
What colors go well with #57EFEF?
The complementary color is HSL(0, 83%, 64%). For a triadic harmony, use hues 180°, 300°, and 60°. For analogous combinations, try hues 150° and 210°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(180, 83%, 64%) in CSS?
As HSL: color: hsl(180, 83%, 64%); — As HEX: color: #57EFEF; — As RGB: color: rgb(87, 239, 239); — Tailwind CSS: bg-[hsl(180,83%,64%)] — CSS variable: --color-primary: hsl(180, 83%, 64%);