HSL(288, 83%, 64%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(288,83%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(288, 83%, 64%) | color: hsl(288, 83%, 64%) | |
| HEX | #D157EF | color: #D157EF | |
| RGB | rgb(209, 87, 239) | color: rgb(209, 87, 239) | |
| CMYK | cmyk(13%, 64%, 0%, 6%) | — | |
| HSV | hsv(288, 64%, 94%) | — | |
| HWB | hwb(288 34% 6%) | color: hwb(288 34% 6%) | |
| OKLCH | oklch(0.6729 0.2355 319.16) | color: oklch(0.6729 0.2355 319.16) | |
| Lab | lab(58.61 68.92 -55.08) | color: lab(58.61 68.92 -55.08) | |
| LCH | lch(58.61 88.23 321.37) | color: lch(58.61 88.23 321.37) |
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)
#9C9BCA — rgb(156, 155, 202)
Deuteranopia (Green-blind)
#A3ACC1 — rgb(163, 172, 193)
Tritanopia (Blue-blind)
#CBADA7 — rgb(203, 173, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(288, 83%, 64%);
text
color: hsl(288, 83%, 64%);
border
border: 2px solid hsl(288, 83%, 64%);
gradient light
background: linear-gradient(to right, hsl(288, 83%, 84%), hsl(288, 83%, 64%));
gradient dark
background: linear-gradient(to right, hsl(288, 83%, 64%), hsl(288, 83%, 44%))
hex
background-color: #D157EF;
tailwind
bg-[hsl(288,83%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(288, 83%, 64%, 0.4);
css variable
--color-primary: hsl(288, 83%, 64%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(288, 83%, 64%)?
HEX: #D157EF | RGB: rgb(209, 87, 239) | CMYK: 13%, 64%, 0%, 6% | HSV: 288°, 64%, 94%. Copy any format from the conversion table above.
What colors go well with #D157EF?
The complementary color is HSL(108, 83%, 64%). 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, 83%, 64%) in CSS?
As HSL: color: hsl(288, 83%, 64%); — As HEX: color: #D157EF; — As RGB: color: rgb(209, 87, 239); — Tailwind CSS: bg-[hsl(288,83%,64%)] — CSS variable: --color-primary: hsl(288, 83%, 64%);