HSL(175, 70%, 60%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,70%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 70%, 60%) | color: hsl(175, 70%, 60%) | |
| HEX | #52E0D5 | color: #52E0D5 | |
| RGB | rgb(82, 224, 213) | color: rgb(82, 224, 213) | |
| CMYK | cmyk(63%, 0%, 5%, 12%) | — | |
| HSV | hsv(175, 63%, 88%) | — | |
| HWB | hwb(175 33% 12%) | color: hwb(175 33% 12%) | |
| OKLCH | oklch(0.8281 0.1216 187.82) | color: oklch(0.8281 0.1216 187.82) | |
| Lab | lab(81.79 -40.23 -5.87) | color: lab(81.79 -40.23 -5.87) | |
| LCH | lch(81.79 40.66 188.3) | color: lch(81.79 40.66 188.3) |
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)
#8F91D8 — rgb(143, 145, 216)
Deuteranopia (Green-blind)
#877DD8 — rgb(135, 125, 216)
Tritanopia (Blue-blind)
#59DADA — rgb(89, 218, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 70%, 60%);
text
color: hsl(175, 70%, 60%);
border
border: 2px solid hsl(175, 70%, 60%);
gradient light
background: linear-gradient(to right, hsl(175, 70%, 80%), hsl(175, 70%, 60%));
gradient dark
background: linear-gradient(to right, hsl(175, 70%, 60%), hsl(175, 70%, 40%))
hex
background-color: #52E0D5;
tailwind
bg-[hsl(175,70%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 70%, 60%, 0.4);
css variable
--color-primary: hsl(175, 70%, 60%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 70%, 60%)?
HEX: #52E0D5 | RGB: rgb(82, 224, 213) | CMYK: 63%, 0%, 5%, 12% | HSV: 175°, 63%, 88%. Copy any format from the conversion table above.
What colors go well with #52E0D5?
The complementary color is HSL(355, 70%, 60%). For a triadic harmony, use hues 175°, 295°, and 55°. For analogous combinations, try hues 145° and 205°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(175, 70%, 60%) in CSS?
As HSL: color: hsl(175, 70%, 60%); — As HEX: color: #52E0D5; — As RGB: color: rgb(82, 224, 213); — Tailwind CSS: bg-[hsl(175,70%,60%)] — CSS variable: --color-primary: hsl(175, 70%, 60%);