HSL(294, 32%, 57%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(294,32%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(294, 32%, 57%) | color: hsl(294, 32%, 57%) | |
| HEX | #AD6EB4 | color: #AD6EB4 | |
| RGB | rgb(173, 110, 180) | color: rgb(173, 110, 180) | |
| CMYK | cmyk(4%, 39%, 0%, 29%) | — | |
| HSV | hsv(294, 39%, 71%) | — | |
| HWB | hwb(294 43% 29%) | color: hwb(294 43% 29%) | |
| OKLCH | oklch(0.6304 0.1236 323.32) | color: oklch(0.6304 0.1236 323.32) | |
| Lab | lab(55.41 36.53 -26.99) | color: lab(55.41 36.53 -26.99) | |
| LCH | lch(55.41 45.42 323.54) | color: lch(55.41 45.42 323.54) |
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)
#9291A3 — rgb(146, 145, 163)
Deuteranopia (Green-blind)
#959A9F — rgb(149, 154, 159)
Tritanopia (Blue-blind)
#AA9693 — rgb(170, 150, 147)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(294, 32%, 57%);
text
color: hsl(294, 32%, 57%);
border
border: 2px solid hsl(294, 32%, 57%);
gradient light
background: linear-gradient(to right, hsl(294, 32%, 77%), hsl(294, 32%, 57%));
gradient dark
background: linear-gradient(to right, hsl(294, 32%, 57%), hsl(294, 32%, 37%))
hex
background-color: #AD6EB4;
tailwind
bg-[hsl(294,32%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(294, 32%, 57%, 0.4);
css variable
--color-primary: hsl(294, 32%, 57%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(294, 32%, 57%)?
HEX: #AD6EB4 | RGB: rgb(173, 110, 180) | CMYK: 4%, 39%, 0%, 29% | HSV: 294°, 39%, 71%. Copy any format from the conversion table above.
What colors go well with #AD6EB4?
The complementary color is HSL(114, 32%, 57%). For a triadic harmony, use hues 294°, 54°, and 174°. For analogous combinations, try hues 264° and 324°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(294, 32%, 57%) in CSS?
As HSL: color: hsl(294, 32%, 57%); — As HEX: color: #AD6EB4; — As RGB: color: rgb(173, 110, 180); — Tailwind CSS: bg-[hsl(294,32%,57%)] — CSS variable: --color-primary: hsl(294, 32%, 57%);