HSL(159, 52%, 57%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(159,52%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(159, 52%, 57%) | color: hsl(159, 52%, 57%) | |
| HEX | #58CAA2 | color: #58CAA2 | |
| RGB | rgb(88, 202, 162) | color: rgb(88, 202, 162) | |
| CMYK | cmyk(56%, 0%, 20%, 21%) | — | |
| HSV | hsv(159, 56%, 79%) | — | |
| HWB | hwb(159 35% 21%) | color: hwb(159 35% 21%) | |
| OKLCH | oklch(0.7621 0.1199 167.25) | color: oklch(0.7621 0.1199 167.25) | |
| Lab | lab(74.14 -41.92 10.33) | color: lab(74.14 -41.92 10.33) | |
| LCH | lch(74.14 43.17 166.16) | color: lch(74.14 43.17 166.16) |
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)
#898AAC — rgb(137, 138, 172)
Deuteranopia (Green-blind)
#837AAE — rgb(131, 122, 174)
Tritanopia (Blue-blind)
#5EB3B5 — rgb(94, 179, 181)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(159, 52%, 57%);
text
color: hsl(159, 52%, 57%);
border
border: 2px solid hsl(159, 52%, 57%);
gradient light
background: linear-gradient(to right, hsl(159, 52%, 77%), hsl(159, 52%, 57%));
gradient dark
background: linear-gradient(to right, hsl(159, 52%, 57%), hsl(159, 52%, 37%))
hex
background-color: #58CAA2;
tailwind
bg-[hsl(159,52%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(159, 52%, 57%, 0.4);
css variable
--color-primary: hsl(159, 52%, 57%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(159, 52%, 57%)?
HEX: #58CAA2 | RGB: rgb(88, 202, 162) | CMYK: 56%, 0%, 20%, 21% | HSV: 159°, 56%, 79%. Copy any format from the conversion table above.
What colors go well with #58CAA2?
The complementary color is HSL(339, 52%, 57%). For a triadic harmony, use hues 159°, 279°, and 39°. For analogous combinations, try hues 129° and 189°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(159, 52%, 57%) in CSS?
As HSL: color: hsl(159, 52%, 57%); — As HEX: color: #58CAA2; — As RGB: color: rgb(88, 202, 162); — Tailwind CSS: bg-[hsl(159,52%,57%)] — CSS variable: --color-primary: hsl(159, 52%, 57%);