HSL(176, 14%, 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(176,14%,78%)]

Color Conversions

Format Value CSS Usage
HSL hsl(176, 14%, 78%) color: hsl(176, 14%, 78%)
HEX #BFCFCE color: #BFCFCE
RGB rgb(191, 207, 206) color: rgb(191, 207, 206)
CMYK cmyk(8%, 0%, 0%, 19%)
HSV hsv(176, 8%, 81%)
HWB hwb(176 75% 19%) color: hwb(176 75% 19%)
OKLCH oklch(0.8421 0.0174 192.3) color: oklch(0.8421 0.0174 192.3)
Lab lab(81.92 -5.59 -1.36) color: lab(81.92 -5.59 -1.36)
LCH lch(81.92 5.75 193.67) color: lch(81.92 5.75 193.67)

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.61:1
vs Black 13.03: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)

#C6C6CE — rgb(198, 198, 206)

Deuteranopia (Green-blind)

#C5C4CE — rgb(197, 196, 206)

Tritanopia (Blue-blind)

#C0CECE — rgb(192, 206, 206)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(176, 14%, 78%);

text

color: hsl(176, 14%, 78%);

border

border: 2px solid hsl(176, 14%, 78%);

gradient light

background: linear-gradient(to right, hsl(176, 14%, 98%), hsl(176, 14%, 78%));

gradient dark

background: linear-gradient(to right, hsl(176, 14%, 78%), hsl(176, 14%, 58%))

hex

background-color: #BFCFCE;

tailwind

bg-[hsl(176,14%,78%)]

box shadow

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

css variable

--color-primary: hsl(176, 14%, 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(176, 14%, 78%)?

HEX: #BFCFCE | RGB: rgb(191, 207, 206) | CMYK: 8%, 0%, 0%, 19% | HSV: 176°, 8%, 81%. Copy any format from the conversion table above.

What colors go well with #BFCFCE?

The complementary color is HSL(356, 14%, 78%). For a triadic harmony, use hues 176°, 296°, and 56°. For analogous combinations, try hues 146° and 206°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(176, 14%, 78%) in CSS?

As HSL: color: hsl(176, 14%, 78%); — As HEX: color: #BFCFCE; — As RGB: color: rgb(191, 207, 206); — Tailwind CSS: bg-[hsl(176,14%,78%)] — CSS variable: --color-primary: hsl(176, 14%, 78%);