HSL(289, 79%, 64%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(289,79%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(289, 79%, 64%) | color: hsl(289, 79%, 64%) | |
| HEX | #D15BEC | color: #D15BEC | |
| RGB | rgb(209, 91, 236) | color: rgb(209, 91, 236) | |
| CMYK | cmyk(11%, 61%, 0%, 7%) | — | |
| HSV | hsv(289, 61%, 93%) | — | |
| HWB | hwb(289 36% 7%) | color: hwb(289 36% 7%) | |
| OKLCH | oklch(0.6757 0.2275 319.74) | color: oklch(0.6757 0.2275 319.74) | |
| Lab | lab(59.06 66.65 -52.68) | color: lab(59.06 66.65 -52.68) | |
| LCH | lch(59.06 84.96 321.68) | color: lch(59.06 84.96 321.68) |
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)
#9E9DC9 — rgb(158, 157, 201)
Deuteranopia (Green-blind)
#A5AEC1 — rgb(165, 174, 193)
Tritanopia (Blue-blind)
#CBADA7 — rgb(203, 173, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(289, 79%, 64%);
text
color: hsl(289, 79%, 64%);
border
border: 2px solid hsl(289, 79%, 64%);
gradient light
background: linear-gradient(to right, hsl(289, 79%, 84%), hsl(289, 79%, 64%));
gradient dark
background: linear-gradient(to right, hsl(289, 79%, 64%), hsl(289, 79%, 44%))
hex
background-color: #D15BEC;
tailwind
bg-[hsl(289,79%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(289, 79%, 64%, 0.4);
css variable
--color-primary: hsl(289, 79%, 64%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(289, 79%, 64%)?
HEX: #D15BEC | RGB: rgb(209, 91, 236) | CMYK: 11%, 61%, 0%, 7% | HSV: 289°, 61%, 93%. Copy any format from the conversion table above.
What colors go well with #D15BEC?
The complementary color is HSL(109, 79%, 64%). 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, 79%, 64%) in CSS?
As HSL: color: hsl(289, 79%, 64%); — As HEX: color: #D15BEC; — As RGB: color: rgb(209, 91, 236); — Tailwind CSS: bg-[hsl(289,79%,64%)] — CSS variable: --color-primary: hsl(289, 79%, 64%);