HSL(289, 35%, 52%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(289,35%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(289, 35%, 52%) | color: hsl(289, 35%, 52%) | |
| HEX | #A05AAF | color: #A05AAF | |
| RGB | rgb(160, 90, 175) | color: rgb(160, 90, 175) | |
| CMYK | cmyk(9%, 49%, 0%, 31%) | — | |
| HSV | hsv(289, 49%, 69%) | — | |
| HWB | hwb(289 35% 31%) | color: hwb(289 35% 31%) | |
| OKLCH | oklch(0.5809 0.1457 320.35) | color: oklch(0.5809 0.1457 320.35) | |
| Lab | lab(49.35 42.42 -33.64) | color: lab(49.35 42.42 -33.64) | |
| LCH | lch(49.35 54.14 321.58) | color: lch(49.35 54.14 321.58) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#82819A — rgb(130, 129, 154)
Deuteranopia (Green-blind)
#868B96 — rgb(134, 139, 150)
Tritanopia (Blue-blind)
#9D8A87 — rgb(157, 138, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(289, 35%, 52%);
text
color: hsl(289, 35%, 52%);
border
border: 2px solid hsl(289, 35%, 52%);
gradient light
background: linear-gradient(to right, hsl(289, 35%, 72%), hsl(289, 35%, 52%));
gradient dark
background: linear-gradient(to right, hsl(289, 35%, 52%), hsl(289, 35%, 32%))
hex
background-color: #A05AAF;
tailwind
bg-[hsl(289,35%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(289, 35%, 52%, 0.4);
css variable
--color-primary: hsl(289, 35%, 52%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(289, 35%, 52%)?
HEX: #A05AAF | RGB: rgb(160, 90, 175) | CMYK: 9%, 49%, 0%, 31% | HSV: 289°, 49%, 69%. Copy any format from the conversion table above.
What colors go well with #A05AAF?
The complementary color is HSL(109, 35%, 52%). For a triadic harmony, use hues 289°, 49°, and 169°. For analogous combinations, try hues 259° and 319°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(289, 35%, 52%) in CSS?
As HSL: color: hsl(289, 35%, 52%); — As HEX: color: #A05AAF; — As RGB: color: rgb(160, 90, 175); — Tailwind CSS: bg-[hsl(289,35%,52%)] — CSS variable: --color-primary: hsl(289, 35%, 52%);