HSL(166, 85%, 65%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(166,85%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(166, 85%, 65%) | color: hsl(166, 85%, 65%) | |
| HEX | #5AF2CE | color: #5AF2CE | |
| RGB | rgb(90, 242, 206) | color: rgb(90, 242, 206) | |
| CMYK | cmyk(63%, 0%, 15%, 5%) | — | |
| HSV | hsv(166, 63%, 95%) | — | |
| HWB | hwb(166 35% 5%) | color: hwb(166 35% 5%) | |
| OKLCH | oklch(0.871 0.1385 174.23) | color: oklch(0.871 0.1385 174.23) | |
| Lab | lab(87.06 -48.55 5.54) | color: lab(87.06 -48.55 5.54) | |
| LCH | lch(87.06 48.87 173.49) | color: lch(87.06 48.87 173.49) |
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)
#9C9DD7 — rgb(156, 157, 215)
Deuteranopia (Green-blind)
#9388D9 — rgb(147, 136, 217)
Tritanopia (Blue-blind)
#62DEDF — rgb(98, 222, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(166, 85%, 65%);
text
color: hsl(166, 85%, 65%);
border
border: 2px solid hsl(166, 85%, 65%);
gradient light
background: linear-gradient(to right, hsl(166, 85%, 85%), hsl(166, 85%, 65%));
gradient dark
background: linear-gradient(to right, hsl(166, 85%, 65%), hsl(166, 85%, 45%))
hex
background-color: #5AF2CE;
tailwind
bg-[hsl(166,85%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(166, 85%, 65%, 0.4);
css variable
--color-primary: hsl(166, 85%, 65%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(166, 85%, 65%)?
HEX: #5AF2CE | RGB: rgb(90, 242, 206) | CMYK: 63%, 0%, 15%, 5% | HSV: 166°, 63%, 95%. Copy any format from the conversion table above.
What colors go well with #5AF2CE?
The complementary color is HSL(346, 85%, 65%). For a triadic harmony, use hues 166°, 286°, and 46°. For analogous combinations, try hues 136° and 196°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(166, 85%, 65%) in CSS?
As HSL: color: hsl(166, 85%, 65%); — As HEX: color: #5AF2CE; — As RGB: color: rgb(90, 242, 206); — Tailwind CSS: bg-[hsl(166,85%,65%)] — CSS variable: --color-primary: hsl(166, 85%, 65%);