HSL(161, 10%, 56%)

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(161,10%,56%)]

Color Conversions

Format Value CSS Usage
HSL hsl(161, 10%, 56%) color: hsl(161, 10%, 56%)
HEX #849A93 color: #849A93
RGB rgb(132, 154, 147) color: rgb(132, 154, 147)
CMYK cmyk(14%, 0%, 5%, 40%)
HSV hsv(161, 14%, 60%)
HWB hwb(161 52% 40%) color: hwb(161 52% 40%)
OKLCH oklch(0.6669 0.0269 174.29) color: oklch(0.6669 0.0269 174.29)
Lab lab(61.76 -9.2 1.06) color: lab(61.76 -9.2 1.06)
LCH lch(61.76 9.26 173.43) color: lch(61.76 9.26 173.43)

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.99:1
vs Black 7.02: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)

#8E8E95 — rgb(142, 142, 149)

Deuteranopia (Green-blind)

#8C8B95 — rgb(140, 139, 149)

Tritanopia (Blue-blind)

#859696 — rgb(133, 150, 150)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(161, 10%, 56%);

text

color: hsl(161, 10%, 56%);

border

border: 2px solid hsl(161, 10%, 56%);

gradient light

background: linear-gradient(to right, hsl(161, 10%, 76%), hsl(161, 10%, 56%));

gradient dark

background: linear-gradient(to right, hsl(161, 10%, 56%), hsl(161, 10%, 36%))

hex

background-color: #849A93;

tailwind

bg-[hsl(161,10%,56%)]

box shadow

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

css variable

--color-primary: hsl(161, 10%, 56%);

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(161, 10%, 56%)?

HEX: #849A93 | RGB: rgb(132, 154, 147) | CMYK: 14%, 0%, 5%, 40% | HSV: 161°, 14%, 60%. Copy any format from the conversion table above.

What colors go well with #849A93?

The complementary color is HSL(341, 10%, 56%). For a triadic harmony, use hues 161°, 281°, and 41°. For analogous combinations, try hues 131° and 191°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(161, 10%, 56%) in CSS?

As HSL: color: hsl(161, 10%, 56%); — As HEX: color: #849A93; — As RGB: color: rgb(132, 154, 147); — Tailwind CSS: bg-[hsl(161,10%,56%)] — CSS variable: --color-primary: hsl(161, 10%, 56%);