HSL(288, 90%, 44%)
Vivid Purple — Purple color
Adjust Color
Color Information
Color Name
Vivid Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(288,90%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(288, 90%, 44%) | color: hsl(288, 90%, 44%) | |
| HEX | #AD0BD5 | color: #AD0BD5 | |
| RGB | rgb(173, 11, 213) | color: rgb(173, 11, 213) | |
| CMYK | cmyk(19%, 95%, 0%, 16%) | — | |
| HSV | hsv(288, 95%, 84%) | — | |
| HWB | hwb(288 4% 16%) | color: hwb(288 4% 16%) | |
| OKLCH | oklch(0.5545 0.2657 317.18) | color: oklch(0.5545 0.2657 317.18) | |
| Lab | lab(44.13 78.82 -63.93) | color: lab(44.13 78.82 -63.93) | |
| LCH | lch(44.13 101.49 320.95) | color: lch(44.13 101.49 320.95) |
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)
#6765A4 — rgb(103, 101, 164)
Deuteranopia (Green-blind)
#707C98 — rgb(112, 124, 152)
Tritanopia (Blue-blind)
#A57E75 — rgb(165, 126, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(288, 90%, 44%);
text
color: hsl(288, 90%, 44%);
border
border: 2px solid hsl(288, 90%, 44%);
gradient light
background: linear-gradient(to right, hsl(288, 90%, 64%), hsl(288, 90%, 44%));
gradient dark
background: linear-gradient(to right, hsl(288, 90%, 44%), hsl(288, 90%, 24%))
hex
background-color: #AD0BD5;
tailwind
bg-[hsl(288,90%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(288, 90%, 44%, 0.4);
css variable
--color-primary: hsl(288, 90%, 44%);
Related Colors
Use Cases for Vivid Purple
Frequently Asked Questions
What are all the color codes for HSL(288, 90%, 44%)?
HEX: #AD0BD5 | RGB: rgb(173, 11, 213) | CMYK: 19%, 95%, 0%, 16% | HSV: 288°, 95%, 84%. Copy any format from the conversion table above.
What colors go well with #AD0BD5?
The complementary color is HSL(108, 90%, 44%). 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, 90%, 44%) in CSS?
As HSL: color: hsl(288, 90%, 44%); — As HEX: color: #AD0BD5; — As RGB: color: rgb(173, 11, 213); — Tailwind CSS: bg-[hsl(288,90%,44%)] — CSS variable: --color-primary: hsl(288, 90%, 44%);