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

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 5.48:1
vs Black 3.83:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

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

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

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

Tech/SaaS products Medical apps Water/ocean themes Clean UI elements Data viz

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%);