HSL(294, 32%, 83%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(294,32%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(294, 32%, 83%) | color: hsl(294, 32%, 83%) | |
| HEX | #DFC6E2 | color: #DFC6E2 | |
| RGB | rgb(223, 198, 226) | color: rgb(223, 198, 226) | |
| CMYK | cmyk(1%, 12%, 0%, 11%) | — | |
| HSV | hsv(294, 12%, 89%) | — | |
| HWB | hwb(294 78% 11%) | color: hwb(294 78% 11%) | |
| OKLCH | oklch(0.8559 0.0468 322.61) | color: oklch(0.8559 0.0468 322.61) | |
| Lab | lab(82.68 13.69 -10.65) | color: lab(82.68 13.69 -10.65) | |
| LCH | lch(82.68 17.34 322.12) | color: lch(82.68 17.34 322.12) |
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)
#D4D4DB — rgb(212, 212, 219)
Deuteranopia (Green-blind)
#D6D8DA — rgb(214, 216, 218)
Tritanopia (Blue-blind)
#DED6D5 — rgb(222, 214, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(294, 32%, 83%);
text
color: hsl(294, 32%, 83%);
border
border: 2px solid hsl(294, 32%, 83%);
gradient light
background: linear-gradient(to right, hsl(294, 32%, 100%), hsl(294, 32%, 83%));
gradient dark
background: linear-gradient(to right, hsl(294, 32%, 83%), hsl(294, 32%, 63%))
hex
background-color: #DFC6E2;
tailwind
bg-[hsl(294,32%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(294, 32%, 83%, 0.4);
css variable
--color-primary: hsl(294, 32%, 83%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(294, 32%, 83%)?
HEX: #DFC6E2 | RGB: rgb(223, 198, 226) | CMYK: 1%, 12%, 0%, 11% | HSV: 294°, 12%, 89%. Copy any format from the conversion table above.
What colors go well with #DFC6E2?
The complementary color is HSL(114, 32%, 83%). For a triadic harmony, use hues 294°, 54°, and 174°. For analogous combinations, try hues 264° and 324°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(294, 32%, 83%) in CSS?
As HSL: color: hsl(294, 32%, 83%); — As HEX: color: #DFC6E2; — As RGB: color: rgb(223, 198, 226); — Tailwind CSS: bg-[hsl(294,32%,83%)] — CSS variable: --color-primary: hsl(294, 32%, 83%);