HSL(352, 10%, 18%)

Grayish Red — Red color

Adjust Color

Color Information

Color Name

Grayish Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(352,10%,18%)]

Color Conversions

Format Value CSS Usage
HSL hsl(352, 10%, 18%) color: hsl(352, 10%, 18%)
HEX #32292B color: #32292B
RGB rgb(50, 41, 43) color: rgb(50, 41, 43)
CMYK cmyk(0%, 18%, 14%, 80%)
HSV hsv(347, 18%, 20%)
HWB hwb(347 16% 80%) color: hwb(347 16% 80%)
OKLCH oklch(0.2917 0.0138 2.97) color: oklch(0.2917 0.0138 2.97)
Lab lab(17.64 4.58 0.24) color: lab(17.64 4.58 0.24)
LCH lch(17.64 4.59 3) color: lch(17.64 4.59 3)

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 14.12:1
vs Black 1.49:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#2E2E2B — rgb(46, 46, 43)

Deuteranopia (Green-blind)

#2F2F2A — rgb(47, 47, 42)

Tritanopia (Blue-blind)

#322A2A — rgb(50, 42, 42)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(352, 10%, 18%);

text

color: hsl(352, 10%, 18%);

border

border: 2px solid hsl(352, 10%, 18%);

gradient light

background: linear-gradient(to right, hsl(352, 10%, 38%), hsl(352, 10%, 18%));

gradient dark

background: linear-gradient(to right, hsl(352, 10%, 18%), hsl(352, 10%, 0%))

hex

background-color: #32292B;

tailwind

bg-[hsl(352,10%,18%)]

box shadow

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

css variable

--color-primary: hsl(352, 10%, 18%);

Related Colors

Use Cases for Grayish Red

Alerts & errors Call-to-action buttons Brand logos Sale badges Warning messages

Frequently Asked Questions

What are all the color codes for HSL(352, 10%, 18%)?

HEX: #32292B | RGB: rgb(50, 41, 43) | CMYK: 0%, 18%, 14%, 80% | HSV: 347°, 18%, 20%. Copy any format from the conversion table above.

What colors go well with #32292B?

The complementary color is HSL(172, 10%, 18%). For a triadic harmony, use hues 352°, 112°, and 232°. For analogous combinations, try hues 322° and 22°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(352, 10%, 18%) in CSS?

As HSL: color: hsl(352, 10%, 18%); — As HEX: color: #32292B; — As RGB: color: rgb(50, 41, 43); — Tailwind CSS: bg-[hsl(352,10%,18%)] — CSS variable: --color-primary: hsl(352, 10%, 18%);