HSL(356, 8%, 73%)

Grayish Gray — Gray color

Adjust Color

Color Information

Color Name

Grayish Gray

Color Family

Gray

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(356,8%,73%)]

Color Conversions

Format Value CSS Usage
HSL hsl(356, 8%, 73%) color: hsl(356, 8%, 73%)
HEX #C0B5B5 color: #C0B5B5
RGB rgb(192, 181, 181) color: rgb(192, 181, 181)
CMYK cmyk(0%, 6%, 6%, 25%)
HSV hsv(0, 6%, 75%)
HWB hwb(0 71% 25%) color: hwb(0 71% 25%)
OKLCH oklch(0.7822 0.0126 17.43) color: oklch(0.7822 0.0126 17.43)
Lab lab(74.57 3.9 1.4) color: lab(74.57 3.9 1.4)
LCH lch(74.57 4.14 19.75) color: lch(74.57 4.14 19.75)

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

#BBBBB5 — rgb(187, 187, 181)

Deuteranopia (Green-blind)

#BCBDB5 — rgb(188, 189, 181)

Tritanopia (Blue-blind)

#BFB5B5 — rgb(191, 181, 181)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(356, 8%, 73%);

text

color: hsl(356, 8%, 73%);

border

border: 2px solid hsl(356, 8%, 73%);

gradient light

background: linear-gradient(to right, hsl(356, 8%, 93%), hsl(356, 8%, 73%));

gradient dark

background: linear-gradient(to right, hsl(356, 8%, 73%), hsl(356, 8%, 53%))

hex

background-color: #C0B5B5;

tailwind

bg-[hsl(356,8%,73%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(356, 8%, 73%, 0.4);

css variable

--color-primary: hsl(356, 8%, 73%);

Related Colors

Use Cases for Grayish Gray

Neutral backgrounds Body text Borders Secondary buttons Disabled states

Frequently Asked Questions

What are all the color codes for HSL(356, 8%, 73%)?

HEX: #C0B5B5 | RGB: rgb(192, 181, 181) | CMYK: 0%, 6%, 6%, 25% | HSV: 0°, 6%, 75%. Copy any format from the conversion table above.

What colors go well with #C0B5B5?

The complementary color is HSL(176, 8%, 73%). For a triadic harmony, use hues 356°, 116°, and 236°. For analogous combinations, try hues 326° and 26°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(356, 8%, 73%) in CSS?

As HSL: color: hsl(356, 8%, 73%); — As HEX: color: #C0B5B5; — As RGB: color: rgb(192, 181, 181); — Tailwind CSS: bg-[hsl(356,8%,73%)] — CSS variable: --color-primary: hsl(356, 8%, 73%);