HSL(170, 13%, 41%)

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(170,13%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(170, 13%, 41%) color: hsl(170, 13%, 41%)
HEX #5B7672 color: #5B7672
RGB rgb(91, 118, 114) color: rgb(91, 118, 114)
CMYK cmyk(23%, 0%, 3%, 54%)
HSV hsv(171, 23%, 46%)
HWB hwb(171 35% 54%) color: hwb(171 35% 54%)
OKLCH oklch(0.5433 0.032 185.16) color: oklch(0.5433 0.032 185.16)
Lab lab(47.49 -10.68 -1.01) color: lab(47.49 -10.68 -1.01)
LCH lch(47.49 10.73 185.4) color: lch(47.49 10.73 185.4)

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 4.91:1
vs Black 4.28: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)

#676773 — rgb(103, 103, 115)

Deuteranopia (Green-blind)

#656373 — rgb(101, 99, 115)

Tritanopia (Blue-blind)

#5C7474 — rgb(92, 116, 116)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(170, 13%, 41%);

text

color: hsl(170, 13%, 41%);

border

border: 2px solid hsl(170, 13%, 41%);

gradient light

background: linear-gradient(to right, hsl(170, 13%, 61%), hsl(170, 13%, 41%));

gradient dark

background: linear-gradient(to right, hsl(170, 13%, 41%), hsl(170, 13%, 21%))

hex

background-color: #5B7672;

tailwind

bg-[hsl(170,13%,41%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(170, 13%, 41%, 0.4);

css variable

--color-primary: hsl(170, 13%, 41%);

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(170, 13%, 41%)?

HEX: #5B7672 | RGB: rgb(91, 118, 114) | CMYK: 23%, 0%, 3%, 54% | HSV: 171°, 23%, 46%. Copy any format from the conversion table above.

What colors go well with #5B7672?

The complementary color is HSL(350, 13%, 41%). For a triadic harmony, use hues 170°, 290°, and 50°. For analogous combinations, try hues 140° and 200°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(170, 13%, 41%) in CSS?

As HSL: color: hsl(170, 13%, 41%); — As HEX: color: #5B7672; — As RGB: color: rgb(91, 118, 114); — Tailwind CSS: bg-[hsl(170,13%,41%)] — CSS variable: --color-primary: hsl(170, 13%, 41%);