HSL(186, 14%, 60%)

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(186,14%,60%)]

Color Conversions

Format Value CSS Usage
HSL hsl(186, 14%, 60%) color: hsl(186, 14%, 60%)
HEX #8BA4A7 color: #8BA4A7
RGB rgb(139, 164, 167) color: rgb(139, 164, 167)
CMYK cmyk(17%, 2%, 0%, 35%)
HSV hsv(186, 17%, 65%)
HWB hwb(186 54% 35%) color: hwb(186 54% 35%)
OKLCH oklch(0.7005 0.0282 205.39) color: oklch(0.7005 0.0282 205.39)
Lab lab(65.62 -8 -4.46) color: lab(65.62 -8 -4.46)
LCH lch(65.62 9.16 209.14) color: lch(65.62 9.16 209.14)

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 2.64:1
vs Black 7.97:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#9696A6 — rgb(150, 150, 166)

Deuteranopia (Green-blind)

#9493A6 — rgb(148, 147, 166)

Tritanopia (Blue-blind)

#8CA6A6 — rgb(140, 166, 166)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(186, 14%, 60%);

text

color: hsl(186, 14%, 60%);

border

border: 2px solid hsl(186, 14%, 60%);

gradient light

background: linear-gradient(to right, hsl(186, 14%, 80%), hsl(186, 14%, 60%));

gradient dark

background: linear-gradient(to right, hsl(186, 14%, 60%), hsl(186, 14%, 40%))

hex

background-color: #8BA4A7;

tailwind

bg-[hsl(186,14%,60%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(186, 14%, 60%, 0.4);

css variable

--color-primary: hsl(186, 14%, 60%);

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(186, 14%, 60%)?

HEX: #8BA4A7 | RGB: rgb(139, 164, 167) | CMYK: 17%, 2%, 0%, 35% | HSV: 186°, 17%, 65%. Copy any format from the conversion table above.

What colors go well with #8BA4A7?

The complementary color is HSL(6, 14%, 60%). For a triadic harmony, use hues 186°, 306°, and 66°. For analogous combinations, try hues 156° and 216°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(186, 14%, 60%) in CSS?

As HSL: color: hsl(186, 14%, 60%); — As HEX: color: #8BA4A7; — As RGB: color: rgb(139, 164, 167); — Tailwind CSS: bg-[hsl(186,14%,60%)] — CSS variable: --color-primary: hsl(186, 14%, 60%);