HSL(158, 12%, 41%)
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,12%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(158, 12%, 41%) | color: hsl(158, 12%, 41%) | |
| HEX | #5C756C | color: #5C756C | |
| RGB | rgb(92, 117, 108) | color: rgb(92, 117, 108) | |
| CMYK | cmyk(21%, 0%, 8%, 54%) | — | |
| HSV | hsv(158, 21%, 46%) | — | |
| HWB | hwb(158 36% 54%) | color: hwb(158 36% 54%) | |
| OKLCH | oklch(0.5397 0.0325 171.09) | color: oklch(0.5397 0.0325 171.09) | |
| Lab | lab(47.08 -11.14 1.96) | color: lab(47.08 -11.14 1.96) | |
| LCH | lch(47.08 11.31 170.02) | color: lch(47.08 11.31 170.02) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#67676E — rgb(103, 103, 110)
Deuteranopia (Green-blind)
#65646F — rgb(101, 100, 111)
Tritanopia (Blue-blind)
#5D7070 — rgb(93, 112, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(158, 12%, 41%);
text
color: hsl(158, 12%, 41%);
border
border: 2px solid hsl(158, 12%, 41%);
gradient light
background: linear-gradient(to right, hsl(158, 12%, 61%), hsl(158, 12%, 41%));
gradient dark
background: linear-gradient(to right, hsl(158, 12%, 41%), hsl(158, 12%, 21%))
hex
background-color: #5C756C;
tailwind
bg-[hsl(158,12%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(158, 12%, 41%, 0.4);
css variable
--color-primary: hsl(158, 12%, 41%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(158, 12%, 41%)?
HEX: #5C756C | RGB: rgb(92, 117, 108) | CMYK: 21%, 0%, 8%, 54% | HSV: 158°, 21%, 46%. Copy any format from the conversion table above.
What colors go well with #5C756C?
The complementary color is HSL(338, 12%, 41%). 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, 12%, 41%) in CSS?
As HSL: color: hsl(158, 12%, 41%); — As HEX: color: #5C756C; — As RGB: color: rgb(92, 117, 108); — Tailwind CSS: bg-[hsl(158,12%,41%)] — CSS variable: --color-primary: hsl(158, 12%, 41%);