HSL(187, 12%, 39%)
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(187,12%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 12%, 39%) | color: hsl(187, 12%, 39%) | |
| HEX | #586D6F | color: #586D6F | |
| RGB | rgb(88, 109, 111) | color: rgb(88, 109, 111) | |
| CMYK | cmyk(21%, 2%, 0%, 56%) | — | |
| HSV | hsv(185, 21%, 44%) | — | |
| HWB | hwb(185 35% 56%) | color: hwb(185 35% 56%) | |
| OKLCH | oklch(0.5184 0.0252 203.54) | color: oklch(0.5184 0.0252 203.54) | |
| Lab | lab(44.46 -7.28 -3.7) | color: lab(44.46 -7.28 -3.7) | |
| LCH | lch(44.46 8.17 206.94) | color: lch(44.46 8.17 206.94) |
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)
#61616F — rgb(97, 97, 111)
Deuteranopia (Green-blind)
#605E6E — rgb(96, 94, 110)
Tritanopia (Blue-blind)
#596E6E — rgb(89, 110, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 12%, 39%);
text
color: hsl(187, 12%, 39%);
border
border: 2px solid hsl(187, 12%, 39%);
gradient light
background: linear-gradient(to right, hsl(187, 12%, 59%), hsl(187, 12%, 39%));
gradient dark
background: linear-gradient(to right, hsl(187, 12%, 39%), hsl(187, 12%, 19%))
hex
background-color: #586D6F;
tailwind
bg-[hsl(187,12%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 12%, 39%, 0.4);
css variable
--color-primary: hsl(187, 12%, 39%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(187, 12%, 39%)?
HEX: #586D6F | RGB: rgb(88, 109, 111) | CMYK: 21%, 2%, 0%, 56% | HSV: 185°, 21%, 44%. Copy any format from the conversion table above.
What colors go well with #586D6F?
The complementary color is HSL(7, 12%, 39%). For a triadic harmony, use hues 187°, 307°, and 67°. For analogous combinations, try hues 157° and 217°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(187, 12%, 39%) in CSS?
As HSL: color: hsl(187, 12%, 39%); — As HEX: color: #586D6F; — As RGB: color: rgb(88, 109, 111); — Tailwind CSS: bg-[hsl(187,12%,39%)] — CSS variable: --color-primary: hsl(187, 12%, 39%);