HSL(285, 20%, 86%)
Very Light Purple — Purple color
Adjust Color
Color Information
Color Name
Very Light Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(285,20%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(285, 20%, 86%) | color: hsl(285, 20%, 86%) | |
| HEX | #DFD4E2 | color: #DFD4E2 | |
| RGB | rgb(223, 212, 226) | color: rgb(223, 212, 226) | |
| CMYK | cmyk(1%, 6%, 0%, 11%) | — | |
| HSV | hsv(287, 6%, 89%) | — | |
| HWB | hwb(287 84% 11%) | color: hwb(287 84% 11%) | |
| OKLCH | oklch(0.8829 0.0223 318.96) | color: oklch(0.8829 0.0223 318.96) | |
| Lab | lab(86.14 6.28 -5.52) | color: lab(86.14 6.28 -5.52) | |
| LCH | lch(86.14 8.36 318.69) | color: lch(86.14 8.36 318.69) |
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)
#DADADF — rgb(218, 218, 223)
Deuteranopia (Green-blind)
#DBDCDE — rgb(219, 220, 222)
Tritanopia (Blue-blind)
#DEDCDB — rgb(222, 220, 219)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(285, 20%, 86%);
text
color: hsl(285, 20%, 86%);
border
border: 2px solid hsl(285, 20%, 86%);
gradient light
background: linear-gradient(to right, hsl(285, 20%, 100%), hsl(285, 20%, 86%));
gradient dark
background: linear-gradient(to right, hsl(285, 20%, 86%), hsl(285, 20%, 66%))
hex
background-color: #DFD4E2;
tailwind
bg-[hsl(285,20%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(285, 20%, 86%, 0.4);
css variable
--color-primary: hsl(285, 20%, 86%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(285, 20%, 86%)?
HEX: #DFD4E2 | RGB: rgb(223, 212, 226) | CMYK: 1%, 6%, 0%, 11% | HSV: 287°, 6%, 89%. Copy any format from the conversion table above.
What colors go well with #DFD4E2?
The complementary color is HSL(105, 20%, 86%). 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, 20%, 86%) in CSS?
As HSL: color: hsl(285, 20%, 86%); — As HEX: color: #DFD4E2; — As RGB: color: rgb(223, 212, 226); — Tailwind CSS: bg-[hsl(285,20%,86%)] — CSS variable: --color-primary: hsl(285, 20%, 86%);