HSL(179, 10%, 62%)
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(179,10%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(179, 10%, 62%) | color: hsl(179, 10%, 62%) | |
| HEX | #94A8A7 | color: #94A8A7 | |
| RGB | rgb(148, 168, 167) | color: rgb(148, 168, 167) | |
| CMYK | cmyk(12%, 0%, 1%, 34%) | — | |
| HSV | hsv(177, 12%, 66%) | — | |
| HWB | hwb(177 58% 34%) | color: hwb(177 58% 34%) | |
| OKLCH | oklch(0.7158 0.0224 192.99) | color: oklch(0.7158 0.0224 192.99) | |
| Lab | lab(67.34 -7.15 -1.85) | color: lab(67.34 -7.15 -1.85) | |
| LCH | lch(67.34 7.39 194.51) | color: lch(67.34 7.39 194.51) |
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)
#9D9DA7 — rgb(157, 157, 167)
Deuteranopia (Green-blind)
#9C9AA7 — rgb(156, 154, 167)
Tritanopia (Blue-blind)
#95A7A7 — rgb(149, 167, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(179, 10%, 62%);
text
color: hsl(179, 10%, 62%);
border
border: 2px solid hsl(179, 10%, 62%);
gradient light
background: linear-gradient(to right, hsl(179, 10%, 82%), hsl(179, 10%, 62%));
gradient dark
background: linear-gradient(to right, hsl(179, 10%, 62%), hsl(179, 10%, 42%))
hex
background-color: #94A8A7;
tailwind
bg-[hsl(179,10%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(179, 10%, 62%, 0.4);
css variable
--color-primary: hsl(179, 10%, 62%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(179, 10%, 62%)?
HEX: #94A8A7 | RGB: rgb(148, 168, 167) | CMYK: 12%, 0%, 1%, 34% | HSV: 177°, 12%, 66%. Copy any format from the conversion table above.
What colors go well with #94A8A7?
The complementary color is HSL(359, 10%, 62%). For a triadic harmony, use hues 179°, 299°, and 59°. For analogous combinations, try hues 149° and 209°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(179, 10%, 62%) in CSS?
As HSL: color: hsl(179, 10%, 62%); — As HEX: color: #94A8A7; — As RGB: color: rgb(148, 168, 167); — Tailwind CSS: bg-[hsl(179,10%,62%)] — CSS variable: --color-primary: hsl(179, 10%, 62%);