HSL(292, 40%, 52%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(292,40%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(292, 40%, 52%) | color: hsl(292, 40%, 52%) | |
| HEX | #A954B6 | color: #A954B6 | |
| RGB | rgb(169, 84, 182) | color: rgb(169, 84, 182) | |
| CMYK | cmyk(7%, 54%, 0%, 29%) | — | |
| HSV | hsv(292, 54%, 71%) | — | |
| HWB | hwb(292 33% 29%) | color: hwb(292 33% 29%) | |
| OKLCH | oklch(0.587 0.1676 322.17) | color: oklch(0.587 0.1676 322.17) | |
| Lab | lab(49.68 49.48 -37.13) | color: lab(49.68 49.48 -37.13) | |
| LCH | lch(49.68 61.86 323.12) | color: lch(49.68 61.86 323.12) |
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)
#84839E — rgb(132, 131, 158)
Deuteranopia (Green-blind)
#899099 — rgb(137, 144, 153)
Tritanopia (Blue-blind)
#A58C87 — rgb(165, 140, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(292, 40%, 52%);
text
color: hsl(292, 40%, 52%);
border
border: 2px solid hsl(292, 40%, 52%);
gradient light
background: linear-gradient(to right, hsl(292, 40%, 72%), hsl(292, 40%, 52%));
gradient dark
background: linear-gradient(to right, hsl(292, 40%, 52%), hsl(292, 40%, 32%))
hex
background-color: #A954B6;
tailwind
bg-[hsl(292,40%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(292, 40%, 52%, 0.4);
css variable
--color-primary: hsl(292, 40%, 52%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(292, 40%, 52%)?
HEX: #A954B6 | RGB: rgb(169, 84, 182) | CMYK: 7%, 54%, 0%, 29% | HSV: 292°, 54%, 71%. Copy any format from the conversion table above.
What colors go well with #A954B6?
The complementary color is HSL(112, 40%, 52%). For a triadic harmony, use hues 292°, 52°, and 172°. For analogous combinations, try hues 262° and 322°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(292, 40%, 52%) in CSS?
As HSL: color: hsl(292, 40%, 52%); — As HEX: color: #A954B6; — As RGB: color: rgb(169, 84, 182); — Tailwind CSS: bg-[hsl(292,40%,52%)] — CSS variable: --color-primary: hsl(292, 40%, 52%);