HSL(177, 11%, 78%)

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(177,11%,78%)]

Color Conversions

Format Value CSS Usage
HSL hsl(177, 11%, 78%) color: hsl(177, 11%, 78%)
HEX #C1CDCC color: #C1CDCC
RGB rgb(193, 205, 204) color: rgb(193, 205, 204)
CMYK cmyk(6%, 0%, 0%, 20%)
HSV hsv(175, 6%, 80%)
HWB hwb(175 75% 20%) color: hwb(175 75% 20%)
OKLCH oklch(0.8388 0.0132 190.91) color: oklch(0.8388 0.0132 190.91)
Lab lab(81.49 -4.26 -0.91) color: lab(81.49 -4.26 -0.91)
LCH lch(81.49 4.36 192.06) color: lch(81.49 4.36 192.06)

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 1.63:1
vs Black 12.87: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)

#C6C6CC — rgb(198, 198, 204)

Deuteranopia (Green-blind)

#C6C5CC — rgb(198, 197, 204)

Tritanopia (Blue-blind)

#C2CCCC — rgb(194, 204, 204)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(177, 11%, 78%);

text

color: hsl(177, 11%, 78%);

border

border: 2px solid hsl(177, 11%, 78%);

gradient light

background: linear-gradient(to right, hsl(177, 11%, 98%), hsl(177, 11%, 78%));

gradient dark

background: linear-gradient(to right, hsl(177, 11%, 78%), hsl(177, 11%, 58%))

hex

background-color: #C1CDCC;

tailwind

bg-[hsl(177,11%,78%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(177, 11%, 78%, 0.4);

css variable

--color-primary: hsl(177, 11%, 78%);

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(177, 11%, 78%)?

HEX: #C1CDCC | RGB: rgb(193, 205, 204) | CMYK: 6%, 0%, 0%, 20% | HSV: 175°, 6%, 80%. Copy any format from the conversion table above.

What colors go well with #C1CDCC?

The complementary color is HSL(357, 11%, 78%). For a triadic harmony, use hues 177°, 297°, and 57°. For analogous combinations, try hues 147° and 207°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(177, 11%, 78%) in CSS?

As HSL: color: hsl(177, 11%, 78%); — As HEX: color: #C1CDCC; — As RGB: color: rgb(193, 205, 204); — Tailwind CSS: bg-[hsl(177,11%,78%)] — CSS variable: --color-primary: hsl(177, 11%, 78%);