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

Color Conversions

Format Value CSS Usage
HSL hsl(179, 10%, 56%) color: hsl(179, 10%, 56%)
HEX #849A9A color: #849A9A
RGB rgb(132, 154, 154) color: rgb(132, 154, 154)
CMYK cmyk(14%, 0%, 0%, 40%)
HSV hsv(180, 14%, 60%)
HWB hwb(180 52% 40%) color: hwb(180 52% 40%)
OKLCH oklch(0.6691 0.0249 196.57) color: oklch(0.6691 0.0249 196.57)
Lab lab(61.95 -7.72 -2.61) color: lab(61.95 -7.72 -2.61)
LCH lch(61.95 8.15 198.68) color: lch(61.95 8.15 198.68)

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.97:1
vs Black 7.07: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)

#8E8E9A — rgb(142, 142, 154)

Deuteranopia (Green-blind)

#8C8B9A — rgb(140, 139, 154)

Tritanopia (Blue-blind)

#859A9A — rgb(133, 154, 154)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #849A9A;

tailwind

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

box shadow

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

css variable

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

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

What colors go well with #849A9A?

The complementary color is HSL(359, 10%, 56%). For a triadic harmony, use hues 179°, 299°, and 59°. For analogous combinations, try hues 149° and 209°. See the Color Harmony section above for complete palettes with previews.

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

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