HSL(353, 12%, 47%)

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(353,12%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(353, 12%, 47%) color: hsl(353, 12%, 47%)
HEX #86696D color: #86696D
RGB rgb(134, 105, 109) color: rgb(134, 105, 109)
CMYK cmyk(0%, 22%, 19%, 47%)
HSV hsv(352, 22%, 53%)
HWB hwb(352 41% 47%) color: hwb(352 41% 47%)
OKLCH oklch(0.5507 0.0375 9.1) color: oklch(0.5507 0.0375 9.1)
Lab lab(47.33 12.23 2.19) color: lab(47.33 12.23 2.19)
LCH lch(47.33 12.42 10.15) color: lch(47.33 12.42 10.15)

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.94:1
vs Black 4.26: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)

#79796C — rgb(121, 121, 108)

Deuteranopia (Green-blind)

#7B7D6C — rgb(123, 125, 108)

Tritanopia (Blue-blind)

#856B6B — rgb(133, 107, 107)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(353, 12%, 47%);

text

color: hsl(353, 12%, 47%);

border

border: 2px solid hsl(353, 12%, 47%);

gradient light

background: linear-gradient(to right, hsl(353, 12%, 67%), hsl(353, 12%, 47%));

gradient dark

background: linear-gradient(to right, hsl(353, 12%, 47%), hsl(353, 12%, 27%))

hex

background-color: #86696D;

tailwind

bg-[hsl(353,12%,47%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(353, 12%, 47%, 0.4);

css variable

--color-primary: hsl(353, 12%, 47%);

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(353, 12%, 47%)?

HEX: #86696D | RGB: rgb(134, 105, 109) | CMYK: 0%, 22%, 19%, 47% | HSV: 352°, 22%, 53%. Copy any format from the conversion table above.

What colors go well with #86696D?

The complementary color is HSL(173, 12%, 47%). For a triadic harmony, use hues 353°, 113°, and 233°. For analogous combinations, try hues 323° and 23°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(353, 12%, 47%) in CSS?

As HSL: color: hsl(353, 12%, 47%); — As HEX: color: #86696D; — As RGB: color: rgb(134, 105, 109); — Tailwind CSS: bg-[hsl(353,12%,47%)] — CSS variable: --color-primary: hsl(353, 12%, 47%);