HSL(352, 14%, 61%)

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,14%,61%)]

Color Conversions

Format Value CSS Usage
HSL hsl(352, 14%, 61%) color: hsl(352, 14%, 61%)
HEX #A98E91 color: #A98E91
RGB rgb(169, 142, 145) color: rgb(169, 142, 145)
CMYK cmyk(0%, 16%, 14%, 34%)
HSV hsv(353, 16%, 66%)
HWB hwb(353 55% 34%) color: hwb(353 55% 34%)
OKLCH oklch(0.6722 0.0328 10.44) color: oklch(0.6722 0.0328 10.44)
Lab lab(61.5 10.64 2.2) color: lab(61.5 10.64 2.2)
LCH lch(61.5 10.87 11.68) color: lch(61.5 10.87 11.68)

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.02:1
vs Black 6.97: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)

#9D9D90 — rgb(157, 157, 144)

Deuteranopia (Green-blind)

#9FA190 — rgb(159, 161, 144)

Tritanopia (Blue-blind)

#A89090 — rgb(168, 144, 144)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(352, 14%, 61%);

text

color: hsl(352, 14%, 61%);

border

border: 2px solid hsl(352, 14%, 61%);

gradient light

background: linear-gradient(to right, hsl(352, 14%, 81%), hsl(352, 14%, 61%));

gradient dark

background: linear-gradient(to right, hsl(352, 14%, 61%), hsl(352, 14%, 41%))

hex

background-color: #A98E91;

tailwind

bg-[hsl(352,14%,61%)]

box shadow

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

css variable

--color-primary: hsl(352, 14%, 61%);

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, 14%, 61%)?

HEX: #A98E91 | RGB: rgb(169, 142, 145) | CMYK: 0%, 16%, 14%, 34% | HSV: 353°, 16%, 66%. Copy any format from the conversion table above.

What colors go well with #A98E91?

The complementary color is HSL(172, 14%, 61%). 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, 14%, 61%) in CSS?

As HSL: color: hsl(352, 14%, 61%); — As HEX: color: #A98E91; — As RGB: color: rgb(169, 142, 145); — Tailwind CSS: bg-[hsl(352,14%,61%)] — CSS variable: --color-primary: hsl(352, 14%, 61%);