HSL(289, 79%, 68%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(289,79%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(289, 79%, 68%) | color: hsl(289, 79%, 68%) | |
| HEX | #D66DEE | color: #D66DEE | |
| RGB | rgb(214, 109, 238) | color: rgb(214, 109, 238) | |
| CMYK | cmyk(10%, 54%, 0%, 7%) | — | |
| HSV | hsv(289, 54%, 93%) | — | |
| HWB | hwb(289 43% 7%) | color: hwb(289 43% 7%) | |
| OKLCH | oklch(0.705 0.2059 319.87) | color: oklch(0.705 0.2059 319.87) | |
| Lab | lab(62.85 60.03 -47.75) | color: lab(62.85 60.03 -47.75) | |
| LCH | lch(62.85 76.71 321.5) | color: lch(62.85 76.71 321.5) |
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)
#A9A8CF — rgb(169, 168, 207)
Deuteranopia (Green-blind)
#AFB7C7 — rgb(175, 183, 199)
Tritanopia (Blue-blind)
#D1B6B1 — rgb(209, 182, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(289, 79%, 68%);
text
color: hsl(289, 79%, 68%);
border
border: 2px solid hsl(289, 79%, 68%);
gradient light
background: linear-gradient(to right, hsl(289, 79%, 88%), hsl(289, 79%, 68%));
gradient dark
background: linear-gradient(to right, hsl(289, 79%, 68%), hsl(289, 79%, 48%))
hex
background-color: #D66DEE;
tailwind
bg-[hsl(289,79%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(289, 79%, 68%, 0.4);
css variable
--color-primary: hsl(289, 79%, 68%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(289, 79%, 68%)?
HEX: #D66DEE | RGB: rgb(214, 109, 238) | CMYK: 10%, 54%, 0%, 7% | HSV: 289°, 54%, 93%. Copy any format from the conversion table above.
What colors go well with #D66DEE?
The complementary color is HSL(109, 79%, 68%). 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%, 68%) in CSS?
As HSL: color: hsl(289, 79%, 68%); — As HEX: color: #D66DEE; — As RGB: color: rgb(214, 109, 238); — Tailwind CSS: bg-[hsl(289,79%,68%)] — CSS variable: --color-primary: hsl(289, 79%, 68%);