HSL(177, 14%, 58%)
Grayish Cyan — Cyan color
Adjust Color
Color Information
Color Name
Grayish Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(177,14%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 14%, 58%) | color: hsl(177, 14%, 58%) | |
| HEX | #85A3A1 | color: #85A3A1 | |
| RGB | rgb(133, 163, 161) | color: rgb(133, 163, 161) | |
| CMYK | cmyk(18%, 0%, 1%, 36%) | — | |
| HSV | hsv(176, 18%, 64%) | — | |
| HWB | hwb(176 52% 36%) | color: hwb(176 52% 36%) | |
| OKLCH | oklch(0.6922 0.0333 191.42) | color: oklch(0.6922 0.0333 191.42) | |
| Lab | lab(64.77 -10.75 -2.4) | color: lab(64.77 -10.75 -2.4) | |
| LCH | lch(64.77 11.01 192.59) | color: lch(64.77 11.01 192.59) |
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)
#9292A1 — rgb(146, 146, 161)
Deuteranopia (Green-blind)
#908EA2 — rgb(144, 142, 162)
Tritanopia (Blue-blind)
#87A2A2 — rgb(135, 162, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 14%, 58%);
text
color: hsl(177, 14%, 58%);
border
border: 2px solid hsl(177, 14%, 58%);
gradient light
background: linear-gradient(to right, hsl(177, 14%, 78%), hsl(177, 14%, 58%));
gradient dark
background: linear-gradient(to right, hsl(177, 14%, 58%), hsl(177, 14%, 38%))
hex
background-color: #85A3A1;
tailwind
bg-[hsl(177,14%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 14%, 58%, 0.4);
css variable
--color-primary: hsl(177, 14%, 58%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 14%, 58%)?
HEX: #85A3A1 | RGB: rgb(133, 163, 161) | CMYK: 18%, 0%, 1%, 36% | HSV: 176°, 18%, 64%. Copy any format from the conversion table above.
What colors go well with #85A3A1?
The complementary color is HSL(357, 14%, 58%). For a triadic harmony, use hues 177°, 297°, and 57°. For analogous combinations, try hues 147° and 207°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(177, 14%, 58%) in CSS?
As HSL: color: hsl(177, 14%, 58%); — As HEX: color: #85A3A1; — As RGB: color: rgb(133, 163, 161); — Tailwind CSS: bg-[hsl(177,14%,58%)] — CSS variable: --color-primary: hsl(177, 14%, 58%);