HSL(167, 90%, 66%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(167,90%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(167, 90%, 66%) | color: hsl(167, 90%, 66%) | |
| HEX | #5AF6D5 | color: #5AF6D5 | |
| RGB | rgb(90, 246, 213) | color: rgb(90, 246, 213) | |
| CMYK | cmyk(63%, 0%, 13%, 4%) | — | |
| HSV | hsv(167, 63%, 96%) | — | |
| HWB | hwb(167 36% 4%) | color: hwb(167 36% 4%) | |
| OKLCH | oklch(0.8824 0.1391 176.14) | color: oklch(0.8824 0.1391 176.14) | |
| Lab | lab(88.39 -48.57 3.82) | color: lab(88.39 -48.57 3.82) | |
| LCH | lch(88.39 48.72 175.5) | color: lch(88.39 48.72 175.5) |
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)
#9E9FDD — rgb(158, 159, 221)
Deuteranopia (Green-blind)
#9589DF — rgb(149, 137, 223)
Tritanopia (Blue-blind)
#62E3E5 — rgb(98, 227, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(167, 90%, 66%);
text
color: hsl(167, 90%, 66%);
border
border: 2px solid hsl(167, 90%, 66%);
gradient light
background: linear-gradient(to right, hsl(167, 90%, 86%), hsl(167, 90%, 66%));
gradient dark
background: linear-gradient(to right, hsl(167, 90%, 66%), hsl(167, 90%, 46%))
hex
background-color: #5AF6D5;
tailwind
bg-[hsl(167,90%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(167, 90%, 66%, 0.4);
css variable
--color-primary: hsl(167, 90%, 66%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(167, 90%, 66%)?
HEX: #5AF6D5 | RGB: rgb(90, 246, 213) | CMYK: 63%, 0%, 13%, 4% | HSV: 167°, 63%, 96%. Copy any format from the conversion table above.
What colors go well with #5AF6D5?
The complementary color is HSL(347, 90%, 66%). For a triadic harmony, use hues 167°, 287°, and 47°. For analogous combinations, try hues 137° and 197°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(167, 90%, 66%) in CSS?
As HSL: color: hsl(167, 90%, 66%); — As HEX: color: #5AF6D5; — As RGB: color: rgb(90, 246, 213); — Tailwind CSS: bg-[hsl(167,90%,66%)] — CSS variable: --color-primary: hsl(167, 90%, 66%);