HSL(32, 1%, 45%)

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(32,1%,45%)]

Color Conversions

Format Value CSS Usage
HSL hsl(32, 1%, 45%) color: hsl(32, 1%, 45%)
HEX #747372 color: #747372
RGB rgb(116, 115, 114) color: rgb(116, 115, 114)
CMYK cmyk(0%, 1%, 2%, 55%)
HSV hsv(30, 2%, 45%)
HWB hwb(30 44% 55%) color: hwb(30 44% 55%)
OKLCH oklch(0.5561 0.002 67.78) color: oklch(0.5561 0.002 67.78)
Lab lab(48.5 0.18 0.69) color: lab(48.5 0.18 0.69)
LCH lch(48.5 0.71 75.38) color: lch(48.5 0.71 75.38)

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 4.73:1
vs Black 4.44:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#747472 — rgb(116, 116, 114)

Deuteranopia (Green-blind)

#747472 — rgb(116, 116, 114)

Tritanopia (Blue-blind)

#747272 — rgb(116, 114, 114)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(32, 1%, 45%);

text

color: hsl(32, 1%, 45%);

border

border: 2px solid hsl(32, 1%, 45%);

gradient light

background: linear-gradient(to right, hsl(32, 1%, 65%), hsl(32, 1%, 45%));

gradient dark

background: linear-gradient(to right, hsl(32, 1%, 45%), hsl(32, 1%, 25%))

hex

background-color: #747372;

tailwind

bg-[hsl(32,1%,45%)]

box shadow

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

css variable

--color-primary: hsl(32, 1%, 45%);

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(32, 1%, 45%)?

HEX: #747372 | RGB: rgb(116, 115, 114) | CMYK: 0%, 1%, 2%, 55% | HSV: 30°, 2%, 45%. Copy any format from the conversion table above.

What colors go well with #747372?

The complementary color is HSL(212, 1%, 45%). For a triadic harmony, use hues 32°, 152°, and 272°. For analogous combinations, try hues 2° and 62°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(32, 1%, 45%) in CSS?

As HSL: color: hsl(32, 1%, 45%); — As HEX: color: #747372; — As RGB: color: rgb(116, 115, 114); — Tailwind CSS: bg-[hsl(32,1%,45%)] — CSS variable: --color-primary: hsl(32, 1%, 45%);