HSL(293, 33%, 82%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(293,33%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(293, 33%, 82%) | color: hsl(293, 33%, 82%) | |
| HEX | #DDC2E0 | color: #DDC2E0 | |
| RGB | rgb(221, 194, 224) | color: rgb(221, 194, 224) | |
| CMYK | cmyk(1%, 13%, 0%, 12%) | — | |
| HSV | hsv(294, 13%, 88%) | — | |
| HWB | hwb(294 77% 12%) | color: hwb(294 77% 12%) | |
| OKLCH | oklch(0.846 0.0504 322.86) | color: oklch(0.846 0.0504 322.86) | |
| Lab | lab(81.48 14.78 -11.4) | color: lab(81.48 14.78 -11.4) | |
| LCH | lch(81.48 18.67 322.36) | color: lch(81.48 18.67 322.36) |
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)
#D1D1D9 — rgb(209, 209, 217)
Deuteranopia (Green-blind)
#D3D5D7 — rgb(211, 213, 215)
Tritanopia (Blue-blind)
#DCD3D2 — rgb(220, 211, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(293, 33%, 82%);
text
color: hsl(293, 33%, 82%);
border
border: 2px solid hsl(293, 33%, 82%);
gradient light
background: linear-gradient(to right, hsl(293, 33%, 100%), hsl(293, 33%, 82%));
gradient dark
background: linear-gradient(to right, hsl(293, 33%, 82%), hsl(293, 33%, 62%))
hex
background-color: #DDC2E0;
tailwind
bg-[hsl(293,33%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(293, 33%, 82%, 0.4);
css variable
--color-primary: hsl(293, 33%, 82%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(293, 33%, 82%)?
HEX: #DDC2E0 | RGB: rgb(221, 194, 224) | CMYK: 1%, 13%, 0%, 12% | HSV: 294°, 13%, 88%. Copy any format from the conversion table above.
What colors go well with #DDC2E0?
The complementary color is HSL(113, 33%, 82%). For a triadic harmony, use hues 293°, 53°, and 173°. For analogous combinations, try hues 263° and 323°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(293, 33%, 82%) in CSS?
As HSL: color: hsl(293, 33%, 82%); — As HEX: color: #DDC2E0; — As RGB: color: rgb(221, 194, 224); — Tailwind CSS: bg-[hsl(293,33%,82%)] — CSS variable: --color-primary: hsl(293, 33%, 82%);