HSL(160, 22%, 62%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(160,22%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(160, 22%, 62%) | color: hsl(160, 22%, 62%) | |
| HEX | #89B3A5 | color: #89B3A5 | |
| RGB | rgb(137, 179, 165) | color: rgb(137, 179, 165) | |
| CMYK | cmyk(23%, 0%, 8%, 30%) | — | |
| HSV | hsv(160, 23%, 70%) | — | |
| HWB | hwb(160 54% 30%) | color: hwb(160 54% 30%) | |
| OKLCH | oklch(0.7322 0.0495 172.44) | color: oklch(0.7322 0.0495 172.44) | |
| Lab | lab(69.66 -17.02 2.56) | color: lab(69.66 -17.02 2.56) | |
| LCH | lch(69.66 17.21 171.45) | color: lch(69.66 17.21 171.45) |
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)
#9B9CA8 — rgb(155, 156, 168)
Deuteranopia (Green-blind)
#9996A9 — rgb(153, 150, 169)
Tritanopia (Blue-blind)
#8BABAC — rgb(139, 171, 172)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(160, 22%, 62%);
text
color: hsl(160, 22%, 62%);
border
border: 2px solid hsl(160, 22%, 62%);
gradient light
background: linear-gradient(to right, hsl(160, 22%, 82%), hsl(160, 22%, 62%));
gradient dark
background: linear-gradient(to right, hsl(160, 22%, 62%), hsl(160, 22%, 42%))
hex
background-color: #89B3A5;
tailwind
bg-[hsl(160,22%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(160, 22%, 62%, 0.4);
css variable
--color-primary: hsl(160, 22%, 62%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(160, 22%, 62%)?
HEX: #89B3A5 | RGB: rgb(137, 179, 165) | CMYK: 23%, 0%, 8%, 30% | HSV: 160°, 23%, 70%. Copy any format from the conversion table above.
What colors go well with #89B3A5?
The complementary color is HSL(340, 22%, 62%). For a triadic harmony, use hues 160°, 280°, and 40°. For analogous combinations, try hues 130° and 190°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(160, 22%, 62%) in CSS?
As HSL: color: hsl(160, 22%, 62%); — As HEX: color: #89B3A5; — As RGB: color: rgb(137, 179, 165); — Tailwind CSS: bg-[hsl(160,22%,62%)] — CSS variable: --color-primary: hsl(160, 22%, 62%);