HSL(291, 13%, 64%)

Grayish Purple — Purple color

Adjust Color

Color Information

Color Name

Grayish Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(291,13%,64%)]

Color Conversions

Format Value CSS Usage
HSL hsl(291, 13%, 64%) color: hsl(291, 13%, 64%)
HEX #AC97AF color: #AC97AF
RGB rgb(172, 151, 175) color: rgb(172, 151, 175)
CMYK cmyk(2%, 14%, 0%, 31%)
HSV hsv(293, 14%, 69%)
HWB hwb(293 59% 31%) color: hwb(293 59% 31%)
OKLCH oklch(0.7026 0.0419 322.03) color: oklch(0.7026 0.0419 322.03)
Lab lab(64.96 12.17 -9.63) color: lab(64.96 12.17 -9.63)
LCH lch(64.96 15.52 321.65) color: lch(64.96 15.52 321.65)

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 2.69:1
vs Black 7.8:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#A3A3A9 — rgb(163, 163, 169)

Deuteranopia (Green-blind)

#A4A6A8 — rgb(164, 166, 168)

Tritanopia (Blue-blind)

#ABA5A4 — rgb(171, 165, 164)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(291, 13%, 64%);

text

color: hsl(291, 13%, 64%);

border

border: 2px solid hsl(291, 13%, 64%);

gradient light

background: linear-gradient(to right, hsl(291, 13%, 84%), hsl(291, 13%, 64%));

gradient dark

background: linear-gradient(to right, hsl(291, 13%, 64%), hsl(291, 13%, 44%))

hex

background-color: #AC97AF;

tailwind

bg-[hsl(291,13%,64%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(291, 13%, 64%, 0.4);

css variable

--color-primary: hsl(291, 13%, 64%);

Related Colors

Use Cases for Grayish Purple

Luxury brands Creative agencies Beauty products Royalty themes Premium badges

Frequently Asked Questions

What are all the color codes for HSL(291, 13%, 64%)?

HEX: #AC97AF | RGB: rgb(172, 151, 175) | CMYK: 2%, 14%, 0%, 31% | HSV: 293°, 14%, 69%. Copy any format from the conversion table above.

What colors go well with #AC97AF?

The complementary color is HSL(111, 13%, 64%). For a triadic harmony, use hues 291°, 51°, and 171°. For analogous combinations, try hues 261° and 321°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(291, 13%, 64%) in CSS?

As HSL: color: hsl(291, 13%, 64%); — As HEX: color: #AC97AF; — As RGB: color: rgb(172, 151, 175); — Tailwind CSS: bg-[hsl(291,13%,64%)] — CSS variable: --color-primary: hsl(291, 13%, 64%);