HSL(290, 13%, 60%)
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(290,13%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(290, 13%, 60%) | color: hsl(290, 13%, 60%) | |
| HEX | #A28CA6 | color: #A28CA6 | |
| RGB | rgb(162, 140, 166) | color: rgb(162, 140, 166) | |
| CMYK | cmyk(2%, 16%, 0%, 35%) | — | |
| HSV | hsv(291, 16%, 65%) | — | |
| HWB | hwb(291 55% 35%) | color: hwb(291 55% 35%) | |
| OKLCH | oklch(0.6684 0.0454 321.08) | color: oklch(0.6684 0.0454 321.08) | |
| Lab | lab(60.95 13.09 -10.64) | color: lab(60.95 13.09 -10.64) | |
| LCH | lch(60.95 16.87 320.89) | color: lch(60.95 16.87 320.89) |
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)
#9898A0 — rgb(152, 152, 160)
Deuteranopia (Green-blind)
#9A9B9E — rgb(154, 155, 158)
Tritanopia (Blue-blind)
#A19B9A — rgb(161, 155, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(290, 13%, 60%);
text
color: hsl(290, 13%, 60%);
border
border: 2px solid hsl(290, 13%, 60%);
gradient light
background: linear-gradient(to right, hsl(290, 13%, 80%), hsl(290, 13%, 60%));
gradient dark
background: linear-gradient(to right, hsl(290, 13%, 60%), hsl(290, 13%, 40%))
hex
background-color: #A28CA6;
tailwind
bg-[hsl(290,13%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(290, 13%, 60%, 0.4);
css variable
--color-primary: hsl(290, 13%, 60%);
Related Colors
Use Cases for Grayish Purple
Frequently Asked Questions
What are all the color codes for HSL(290, 13%, 60%)?
HEX: #A28CA6 | RGB: rgb(162, 140, 166) | CMYK: 2%, 16%, 0%, 35% | HSV: 291°, 16%, 65%. Copy any format from the conversion table above.
What colors go well with #A28CA6?
The complementary color is HSL(110, 13%, 60%). For a triadic harmony, use hues 290°, 50°, and 170°. For analogous combinations, try hues 260° and 320°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(290, 13%, 60%) in CSS?
As HSL: color: hsl(290, 13%, 60%); — As HEX: color: #A28CA6; — As RGB: color: rgb(162, 140, 166); — Tailwind CSS: bg-[hsl(290,13%,60%)] — CSS variable: --color-primary: hsl(290, 13%, 60%);