HSL(171, 52%, 57%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(171,52%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(171, 52%, 57%) | color: hsl(171, 52%, 57%) | |
| HEX | #58CAB9 | color: #58CAB9 | |
| RGB | rgb(88, 202, 185) | color: rgb(88, 202, 185) | |
| CMYK | cmyk(56%, 0%, 8%, 21%) | — | |
| HSV | hsv(171, 56%, 79%) | — | |
| HWB | hwb(171 35% 21%) | color: hwb(171 35% 21%) | |
| OKLCH | oklch(0.7686 0.1066 182.14) | color: oklch(0.7686 0.1066 182.14) | |
| Lab | lab(74.71 -36.4 -1.26) | color: lab(74.71 -36.4 -1.26) | |
| LCH | lch(74.71 36.42 181.98) | color: lch(74.71 36.42 181.98) |
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)
#898ABD — rgb(137, 138, 189)
Deuteranopia (Green-blind)
#837ABE — rgb(131, 122, 190)
Tritanopia (Blue-blind)
#5EC0C1 — rgb(94, 192, 193)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(171, 52%, 57%);
text
color: hsl(171, 52%, 57%);
border
border: 2px solid hsl(171, 52%, 57%);
gradient light
background: linear-gradient(to right, hsl(171, 52%, 77%), hsl(171, 52%, 57%));
gradient dark
background: linear-gradient(to right, hsl(171, 52%, 57%), hsl(171, 52%, 37%))
hex
background-color: #58CAB9;
tailwind
bg-[hsl(171,52%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(171, 52%, 57%, 0.4);
css variable
--color-primary: hsl(171, 52%, 57%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(171, 52%, 57%)?
HEX: #58CAB9 | RGB: rgb(88, 202, 185) | CMYK: 56%, 0%, 8%, 21% | HSV: 171°, 56%, 79%. Copy any format from the conversion table above.
What colors go well with #58CAB9?
The complementary color is HSL(351, 52%, 57%). For a triadic harmony, use hues 171°, 291°, and 51°. For analogous combinations, try hues 141° and 201°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(171, 52%, 57%) in CSS?
As HSL: color: hsl(171, 52%, 57%); — As HEX: color: #58CAB9; — As RGB: color: rgb(88, 202, 185); — Tailwind CSS: bg-[hsl(171,52%,57%)] — CSS variable: --color-primary: hsl(171, 52%, 57%);