HSL(288, 30%, 61%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(288,30%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(288, 30%, 61%) | color: hsl(288, 30%, 61%) | |
| HEX | #AD7EB9 | color: #AD7EB9 | |
| RGB | rgb(173, 126, 185) | color: rgb(173, 126, 185) | |
| CMYK | cmyk(6%, 32%, 0%, 27%) | — | |
| HSV | hsv(288, 32%, 73%) | — | |
| HWB | hwb(288 50% 27%) | color: hwb(288 50% 27%) | |
| OKLCH | oklch(0.6601 0.1001 319.32) | color: oklch(0.6601 0.1001 319.32) | |
| Lab | lab(59.26 28.62 -23.92) | color: lab(59.26 28.62 -23.92) | |
| LCH | lch(59.26 37.3 320.11) | color: lch(59.26 37.3 320.11) |
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)
#9998AB — rgb(153, 152, 171)
Deuteranopia (Green-blind)
#9B9FA7 — rgb(155, 159, 167)
Tritanopia (Blue-blind)
#AB9F9D — rgb(171, 159, 157)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(288, 30%, 61%);
text
color: hsl(288, 30%, 61%);
border
border: 2px solid hsl(288, 30%, 61%);
gradient light
background: linear-gradient(to right, hsl(288, 30%, 81%), hsl(288, 30%, 61%));
gradient dark
background: linear-gradient(to right, hsl(288, 30%, 61%), hsl(288, 30%, 41%))
hex
background-color: #AD7EB9;
tailwind
bg-[hsl(288,30%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(288, 30%, 61%, 0.4);
css variable
--color-primary: hsl(288, 30%, 61%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(288, 30%, 61%)?
HEX: #AD7EB9 | RGB: rgb(173, 126, 185) | CMYK: 6%, 32%, 0%, 27% | HSV: 288°, 32%, 73%. Copy any format from the conversion table above.
What colors go well with #AD7EB9?
The complementary color is HSL(108, 30%, 61%). For a triadic harmony, use hues 288°, 48°, and 168°. For analogous combinations, try hues 258° and 318°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(288, 30%, 61%) in CSS?
As HSL: color: hsl(288, 30%, 61%); — As HEX: color: #AD7EB9; — As RGB: color: rgb(173, 126, 185); — Tailwind CSS: bg-[hsl(288,30%,61%)] — CSS variable: --color-primary: hsl(288, 30%, 61%);