HSL(186, 77%, 64%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(186,77%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(186, 77%, 64%) | color: hsl(186, 77%, 64%) | |
| HEX | #5DDCEA | color: #5DDCEA | |
| RGB | rgb(93, 220, 234) | color: rgb(93, 220, 234) | |
| CMYK | cmyk(60%, 6%, 0%, 8%) | — | |
| HSV | hsv(186, 60%, 92%) | — | |
| HWB | hwb(186 37% 8%) | color: hwb(186 37% 8%) | |
| OKLCH | oklch(0.829 0.1127 205.26) | color: oklch(0.829 0.1127 205.26) | |
| Lab | lab(81.54 -30.86 -17.37) | color: lab(81.54 -30.86 -17.37) | |
| LCH | lch(81.54 35.41 209.37) | color: lch(81.54 35.41 209.37) |
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)
#9495E7 — rgb(148, 149, 231)
Deuteranopia (Green-blind)
#8D83E6 — rgb(141, 131, 230)
Tritanopia (Blue-blind)
#63E4E3 — rgb(99, 228, 227)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(186, 77%, 64%);
text
color: hsl(186, 77%, 64%);
border
border: 2px solid hsl(186, 77%, 64%);
gradient light
background: linear-gradient(to right, hsl(186, 77%, 84%), hsl(186, 77%, 64%));
gradient dark
background: linear-gradient(to right, hsl(186, 77%, 64%), hsl(186, 77%, 44%))
hex
background-color: #5DDCEA;
tailwind
bg-[hsl(186,77%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(186, 77%, 64%, 0.4);
css variable
--color-primary: hsl(186, 77%, 64%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(186, 77%, 64%)?
HEX: #5DDCEA | RGB: rgb(93, 220, 234) | CMYK: 60%, 6%, 0%, 8% | HSV: 186°, 60%, 92%. Copy any format from the conversion table above.
What colors go well with #5DDCEA?
The complementary color is HSL(6, 77%, 64%). 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, 77%, 64%) in CSS?
As HSL: color: hsl(186, 77%, 64%); — As HEX: color: #5DDCEA; — As RGB: color: rgb(93, 220, 234); — Tailwind CSS: bg-[hsl(186,77%,64%)] — CSS variable: --color-primary: hsl(186, 77%, 64%);