HSL(186, 60%, 60%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(186,60%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(186, 60%, 60%) | color: hsl(186, 60%, 60%) | |
| HEX | #5CCAD6 | color: #5CCAD6 | |
| RGB | rgb(92, 202, 214) | color: rgb(92, 202, 214) | |
| CMYK | cmyk(57%, 6%, 0%, 16%) | — | |
| HSV | hsv(186, 57%, 84%) | — | |
| HWB | hwb(186 36% 16%) | color: hwb(186 36% 16%) | |
| OKLCH | oklch(0.7796 0.1013 205.01) | color: oklch(0.7796 0.1013 205.01) | |
| Lab | lab(75.68 -27.91 -15.49) | color: lab(75.68 -27.91 -15.49) | |
| LCH | lch(75.68 31.92 209.03) | color: lch(75.68 31.92 209.03) |
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)
#8C8DD3 — rgb(140, 141, 211)
Deuteranopia (Green-blind)
#857DD2 — rgb(133, 125, 210)
Tritanopia (Blue-blind)
#62D1D0 — rgb(98, 209, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(186, 60%, 60%);
text
color: hsl(186, 60%, 60%);
border
border: 2px solid hsl(186, 60%, 60%);
gradient light
background: linear-gradient(to right, hsl(186, 60%, 80%), hsl(186, 60%, 60%));
gradient dark
background: linear-gradient(to right, hsl(186, 60%, 60%), hsl(186, 60%, 40%))
hex
background-color: #5CCAD6;
tailwind
bg-[hsl(186,60%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(186, 60%, 60%, 0.4);
css variable
--color-primary: hsl(186, 60%, 60%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(186, 60%, 60%)?
HEX: #5CCAD6 | RGB: rgb(92, 202, 214) | CMYK: 57%, 6%, 0%, 16% | HSV: 186°, 57%, 84%. Copy any format from the conversion table above.
What colors go well with #5CCAD6?
The complementary color is HSL(6, 60%, 60%). For a triadic harmony, use hues 186°, 306°, and 66°. For analogous combinations, try hues 156° and 216°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(186, 60%, 60%) in CSS?
As HSL: color: hsl(186, 60%, 60%); — As HEX: color: #5CCAD6; — As RGB: color: rgb(92, 202, 214); — Tailwind CSS: bg-[hsl(186,60%,60%)] — CSS variable: --color-primary: hsl(186, 60%, 60%);