HSL(158, 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(158,10%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(158, 10%, 62%) | color: hsl(158, 10%, 62%) | |
| HEX | #94A8A1 | color: #94A8A1 | |
| RGB | rgb(148, 168, 161) | color: rgb(148, 168, 161) | |
| CMYK | cmyk(12%, 0%, 4%, 34%) | — | |
| HSV | hsv(159, 12%, 66%) | — | |
| HWB | hwb(159 58% 34%) | color: hwb(159 58% 34%) | |
| OKLCH | oklch(0.714 0.0245 172.54) | color: oklch(0.714 0.0245 172.54) | |
| Lab | lab(67.18 -8.38 1.25) | color: lab(67.18 -8.38 1.25) | |
| LCH | lch(67.18 8.47 171.52) | color: lch(67.18 8.47 171.52) |
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)
#9D9DA3 — rgb(157, 157, 163)
Deuteranopia (Green-blind)
#9C9AA3 — rgb(156, 154, 163)
Tritanopia (Blue-blind)
#95A4A4 — rgb(149, 164, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(158, 10%, 62%);
text
color: hsl(158, 10%, 62%);
border
border: 2px solid hsl(158, 10%, 62%);
gradient light
background: linear-gradient(to right, hsl(158, 10%, 82%), hsl(158, 10%, 62%));
gradient dark
background: linear-gradient(to right, hsl(158, 10%, 62%), hsl(158, 10%, 42%))
hex
background-color: #94A8A1;
tailwind
bg-[hsl(158,10%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(158, 10%, 62%, 0.4);
css variable
--color-primary: hsl(158, 10%, 62%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(158, 10%, 62%)?
HEX: #94A8A1 | RGB: rgb(148, 168, 161) | CMYK: 12%, 0%, 4%, 34% | HSV: 159°, 12%, 66%. Copy any format from the conversion table above.
What colors go well with #94A8A1?
The complementary color is HSL(338, 10%, 62%). For a triadic harmony, use hues 158°, 278°, and 38°. For analogous combinations, try hues 128° and 188°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(158, 10%, 62%) in CSS?
As HSL: color: hsl(158, 10%, 62%); — As HEX: color: #94A8A1; — As RGB: color: rgb(148, 168, 161); — Tailwind CSS: bg-[hsl(158,10%,62%)] — CSS variable: --color-primary: hsl(158, 10%, 62%);