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
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
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
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
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%);