HSL(285, 72%, 79%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(285,72%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(285, 72%, 79%) | color: hsl(285, 72%, 79%) | |
| HEX | #DDA3F0 | color: #DDA3F0 | |
| RGB | rgb(221, 163, 240) | color: rgb(221, 163, 240) | |
| CMYK | cmyk(8%, 32%, 0%, 6%) | — | |
| HSV | hsv(285, 32%, 94%) | — | |
| HWB | hwb(285 64% 6%) | color: hwb(285 64% 6%) | |
| OKLCH | oklch(0.7959 0.1227 317.61) | color: oklch(0.7959 0.1227 317.61) | |
| Lab | lab(74.74 34.55 -30.26) | color: lab(74.74 34.55 -30.26) | |
| LCH | lch(74.74 45.93 318.79) | color: lch(74.74 45.93 318.79) |
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)
#C4C3DD — rgb(196, 195, 221)
Deuteranopia (Green-blind)
#C7CCD9 — rgb(199, 204, 217)
Tritanopia (Blue-blind)
#DACFCB — rgb(218, 207, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(285, 72%, 79%);
text
color: hsl(285, 72%, 79%);
border
border: 2px solid hsl(285, 72%, 79%);
gradient light
background: linear-gradient(to right, hsl(285, 72%, 99%), hsl(285, 72%, 79%));
gradient dark
background: linear-gradient(to right, hsl(285, 72%, 79%), hsl(285, 72%, 59%))
hex
background-color: #DDA3F0;
tailwind
bg-[hsl(285,72%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(285, 72%, 79%, 0.4);
css variable
--color-primary: hsl(285, 72%, 79%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(285, 72%, 79%)?
HEX: #DDA3F0 | RGB: rgb(221, 163, 240) | CMYK: 8%, 32%, 0%, 6% | HSV: 285°, 32%, 94%. Copy any format from the conversion table above.
What colors go well with #DDA3F0?
The complementary color is HSL(105, 72%, 79%). For a triadic harmony, use hues 285°, 45°, and 165°. For analogous combinations, try hues 255° and 315°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(285, 72%, 79%) in CSS?
As HSL: color: hsl(285, 72%, 79%); — As HEX: color: #DDA3F0; — As RGB: color: rgb(221, 163, 240); — Tailwind CSS: bg-[hsl(285,72%,79%)] — CSS variable: --color-primary: hsl(285, 72%, 79%);