HSL(63, 3%, 52%)

Grayish Gray — Gray color

Adjust Color

Color Information

Color Name

Grayish Gray

Color Family

Gray

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(63,3%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(63, 3%, 52%) color: hsl(63, 3%, 52%)
HEX #888881 color: #888881
RGB rgb(136, 136, 129) color: rgb(136, 136, 129)
CMYK cmyk(0%, 0%, 5%, 47%)
HSV hsv(60, 5%, 53%)
HWB hwb(60 50% 47%) color: hwb(60 50% 47%)
OKLCH oklch(0.6246 0.0103 106.69) color: oklch(0.6246 0.0103 106.69)
Lab lab(56.51 -1.34 3.76) color: lab(56.51 -1.34 3.76)
LCH lch(56.51 3.99 109.62) color: lch(56.51 3.99 109.62)

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 3.57:1
vs Black 5.89:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#888883 — rgb(136, 136, 131)

Deuteranopia (Green-blind)

#888883 — rgb(136, 136, 131)

Tritanopia (Blue-blind)

#888484 — rgb(136, 132, 132)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(63, 3%, 52%);

text

color: hsl(63, 3%, 52%);

border

border: 2px solid hsl(63, 3%, 52%);

gradient light

background: linear-gradient(to right, hsl(63, 3%, 72%), hsl(63, 3%, 52%));

gradient dark

background: linear-gradient(to right, hsl(63, 3%, 52%), hsl(63, 3%, 32%))

hex

background-color: #888881;

tailwind

bg-[hsl(63,3%,52%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(63, 3%, 52%, 0.4);

css variable

--color-primary: hsl(63, 3%, 52%);

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(63, 3%, 52%)?

HEX: #888881 | RGB: rgb(136, 136, 129) | CMYK: 0%, 0%, 5%, 47% | HSV: 60°, 5%, 53%. Copy any format from the conversion table above.

What colors go well with #888881?

The complementary color is HSL(243, 3%, 52%). For a triadic harmony, use hues 63°, 183°, and 303°. For analogous combinations, try hues 33° and 93°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(63, 3%, 52%) in CSS?

As HSL: color: hsl(63, 3%, 52%); — As HEX: color: #888881; — As RGB: color: rgb(136, 136, 129); — Tailwind CSS: bg-[hsl(63,3%,52%)] — CSS variable: --color-primary: hsl(63, 3%, 52%);