HSL(156, 10%, 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(156,10%,60%)]

Color Conversions

Format Value CSS Usage
HSL hsl(156, 10%, 60%) color: hsl(156, 10%, 60%)
HEX #8FA39B color: #8FA39B
RGB rgb(143, 163, 155) color: rgb(143, 163, 155)
CMYK cmyk(12%, 0%, 5%, 36%)
HSV hsv(156, 12%, 64%)
HWB hwb(156 56% 36%) color: hwb(156 56% 36%)
OKLCH oklch(0.6975 0.0253 169.55) color: oklch(0.6975 0.0253 169.55)
Lab lab(65.28 -8.63 1.78) color: lab(65.28 -8.63 1.78)
LCH lch(65.28 8.81 168.35) color: lch(65.28 8.81 168.35)

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.66:1
vs Black 7.88: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)

#98989D — rgb(152, 152, 157)

Deuteranopia (Green-blind)

#97959D — rgb(151, 149, 157)

Tritanopia (Blue-blind)

#909E9F — rgb(144, 158, 159)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(156, 10%, 60%);

text

color: hsl(156, 10%, 60%);

border

border: 2px solid hsl(156, 10%, 60%);

gradient light

background: linear-gradient(to right, hsl(156, 10%, 80%), hsl(156, 10%, 60%));

gradient dark

background: linear-gradient(to right, hsl(156, 10%, 60%), hsl(156, 10%, 40%))

hex

background-color: #8FA39B;

tailwind

bg-[hsl(156,10%,60%)]

box shadow

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

css variable

--color-primary: hsl(156, 10%, 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(156, 10%, 60%)?

HEX: #8FA39B | RGB: rgb(143, 163, 155) | CMYK: 12%, 0%, 5%, 36% | HSV: 156°, 12%, 64%. Copy any format from the conversion table above.

What colors go well with #8FA39B?

The complementary color is HSL(336, 10%, 60%). For a triadic harmony, use hues 156°, 276°, and 36°. For analogous combinations, try hues 126° and 186°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(156, 10%, 60%) in CSS?

As HSL: color: hsl(156, 10%, 60%); — As HEX: color: #8FA39B; — As RGB: color: rgb(143, 163, 155); — Tailwind CSS: bg-[hsl(156,10%,60%)] — CSS variable: --color-primary: hsl(156, 10%, 60%);