HSL(18, 6%, 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(18,6%,73%)]

Color Conversions

Format Value CSS Usage
HSL hsl(18, 6%, 73%) color: hsl(18, 6%, 73%)
HEX #BEB8B6 color: #BEB8B6
RGB rgb(190, 184, 182) color: rgb(190, 184, 182)
CMYK cmyk(0%, 3%, 4%, 25%)
HSV hsv(15, 4%, 75%)
HWB hwb(15 72% 25%) color: hwb(15 72% 25%)
OKLCH oklch(0.7869 0.0074 39.45) color: oklch(0.7869 0.0074 39.45)
Lab lab(75.21 1.75 1.76) color: lab(75.21 1.75 1.76)
LCH lch(75.21 2.48 45.16) color: lch(75.21 2.48 45.16)

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.96:1
vs Black 10.72: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)

#BBBBB6 — rgb(187, 187, 182)

Deuteranopia (Green-blind)

#BCBCB7 — rgb(188, 188, 183)

Tritanopia (Blue-blind)

#BEB7B7 — rgb(190, 183, 183)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(18, 6%, 73%);

text

color: hsl(18, 6%, 73%);

border

border: 2px solid hsl(18, 6%, 73%);

gradient light

background: linear-gradient(to right, hsl(18, 6%, 93%), hsl(18, 6%, 73%));

gradient dark

background: linear-gradient(to right, hsl(18, 6%, 73%), hsl(18, 6%, 53%))

hex

background-color: #BEB8B6;

tailwind

bg-[hsl(18,6%,73%)]

box shadow

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

css variable

--color-primary: hsl(18, 6%, 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(18, 6%, 73%)?

HEX: #BEB8B6 | RGB: rgb(190, 184, 182) | CMYK: 0%, 3%, 4%, 25% | HSV: 15°, 4%, 75%. Copy any format from the conversion table above.

What colors go well with #BEB8B6?

The complementary color is HSL(198, 6%, 73%). For a triadic harmony, use hues 18°, 138°, and 258°. For analogous combinations, try hues 348° and 48°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(18, 6%, 73%) in CSS?

As HSL: color: hsl(18, 6%, 73%); — As HEX: color: #BEB8B6; — As RGB: color: rgb(190, 184, 182); — Tailwind CSS: bg-[hsl(18,6%,73%)] — CSS variable: --color-primary: hsl(18, 6%, 73%);