HSL(188, 10%, 40%)
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(188,10%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(188, 10%, 40%) | color: hsl(188, 10%, 40%) | |
| HEX | #5C6D70 | color: #5C6D70 | |
| RGB | rgb(92, 109, 112) | color: rgb(92, 109, 112) | |
| CMYK | cmyk(18%, 3%, 0%, 56%) | — | |
| HSV | hsv(189, 18%, 44%) | — | |
| HWB | hwb(189 36% 56%) | color: hwb(189 36% 56%) | |
| OKLCH | oklch(0.5218 0.021 209.44) | color: oklch(0.5218 0.021 209.44) | |
| Lab | lab(44.78 -5.64 -3.8) | color: lab(44.78 -5.64 -3.8) | |
| LCH | lch(44.78 6.8 213.97) | color: lch(44.78 6.8 213.97) |
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)
#63646F — rgb(99, 100, 111)
Deuteranopia (Green-blind)
#62616F — rgb(98, 97, 111)
Tritanopia (Blue-blind)
#5D6F6F — rgb(93, 111, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(188, 10%, 40%);
text
color: hsl(188, 10%, 40%);
border
border: 2px solid hsl(188, 10%, 40%);
gradient light
background: linear-gradient(to right, hsl(188, 10%, 60%), hsl(188, 10%, 40%));
gradient dark
background: linear-gradient(to right, hsl(188, 10%, 40%), hsl(188, 10%, 20%))
hex
background-color: #5C6D70;
tailwind
bg-[hsl(188,10%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(188, 10%, 40%, 0.4);
css variable
--color-primary: hsl(188, 10%, 40%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(188, 10%, 40%)?
HEX: #5C6D70 | RGB: rgb(92, 109, 112) | CMYK: 18%, 3%, 0%, 56% | HSV: 189°, 18%, 44%. Copy any format from the conversion table above.
What colors go well with #5C6D70?
The complementary color is HSL(8, 10%, 40%). For a triadic harmony, use hues 188°, 308°, and 68°. For analogous combinations, try hues 158° and 218°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(188, 10%, 40%) in CSS?
As HSL: color: hsl(188, 10%, 40%); — As HEX: color: #5C6D70; — As RGB: color: rgb(92, 109, 112); — Tailwind CSS: bg-[hsl(188,10%,40%)] — CSS variable: --color-primary: hsl(188, 10%, 40%);