HSL(166, 85%, 66%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(166,85%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(166, 85%, 66%) | color: hsl(166, 85%, 66%) | |
| HEX | #5FF2D0 | color: #5FF2D0 | |
| RGB | rgb(95, 242, 208) | color: rgb(95, 242, 208) | |
| CMYK | cmyk(61%, 0%, 14%, 5%) | — | |
| HSV | hsv(166, 61%, 95%) | — | |
| HWB | hwb(166 37% 5%) | color: hwb(166 37% 5%) | |
| OKLCH | oklch(0.8729 0.135 174.94) | color: oklch(0.8729 0.135 174.94) | |
| Lab | lab(87.23 -47.22 4.77) | color: lab(87.23 -47.22 4.77) | |
| LCH | lch(87.23 47.46 174.23) | color: lch(87.23 47.46 174.23) |
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)
#9FA0D8 — rgb(159, 160, 216)
Deuteranopia (Green-blind)
#968BDA — rgb(150, 139, 218)
Tritanopia (Blue-blind)
#66DFE0 — rgb(102, 223, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(166, 85%, 66%);
text
color: hsl(166, 85%, 66%);
border
border: 2px solid hsl(166, 85%, 66%);
gradient light
background: linear-gradient(to right, hsl(166, 85%, 86%), hsl(166, 85%, 66%));
gradient dark
background: linear-gradient(to right, hsl(166, 85%, 66%), hsl(166, 85%, 46%))
hex
background-color: #5FF2D0;
tailwind
bg-[hsl(166,85%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(166, 85%, 66%, 0.4);
css variable
--color-primary: hsl(166, 85%, 66%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(166, 85%, 66%)?
HEX: #5FF2D0 | RGB: rgb(95, 242, 208) | CMYK: 61%, 0%, 14%, 5% | HSV: 166°, 61%, 95%. Copy any format from the conversion table above.
What colors go well with #5FF2D0?
The complementary color is HSL(346, 85%, 66%). 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%, 66%) in CSS?
As HSL: color: hsl(166, 85%, 66%); — As HEX: color: #5FF2D0; — As RGB: color: rgb(95, 242, 208); — Tailwind CSS: bg-[hsl(166,85%,66%)] — CSS variable: --color-primary: hsl(166, 85%, 66%);