HSL(292, 43%, 87%)
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(292,43%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(292, 43%, 87%) | color: hsl(292, 43%, 87%) | |
| HEX | #E8D0EC | color: #E8D0EC | |
| RGB | rgb(232, 208, 236) | color: rgb(232, 208, 236) | |
| CMYK | cmyk(2%, 12%, 0%, 7%) | — | |
| HSV | hsv(291, 12%, 93%) | — | |
| HWB | hwb(291 82% 7%) | color: hwb(291 82% 7%) | |
| OKLCH | oklch(0.8858 0.0458 321.42) | color: oklch(0.8858 0.0458 321.42) | |
| Lab | lab(86.17 13.23 -10.7) | color: lab(86.17 13.23 -10.7) | |
| LCH | lch(86.17 17.02 321.04) | color: lch(86.17 17.02 321.04) |
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)
#DEDDE5 — rgb(222, 221, 229)
Deuteranopia (Green-blind)
#DFE1E4 — rgb(223, 225, 228)
Tritanopia (Blue-blind)
#E7E0DF — rgb(231, 224, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(292, 43%, 87%);
text
color: hsl(292, 43%, 87%);
border
border: 2px solid hsl(292, 43%, 87%);
gradient light
background: linear-gradient(to right, hsl(292, 43%, 100%), hsl(292, 43%, 87%));
gradient dark
background: linear-gradient(to right, hsl(292, 43%, 87%), hsl(292, 43%, 67%))
hex
background-color: #E8D0EC;
tailwind
bg-[hsl(292,43%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(292, 43%, 87%, 0.4);
css variable
--color-primary: hsl(292, 43%, 87%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(292, 43%, 87%)?
HEX: #E8D0EC | RGB: rgb(232, 208, 236) | CMYK: 2%, 12%, 0%, 7% | HSV: 291°, 12%, 93%. Copy any format from the conversion table above.
What colors go well with #E8D0EC?
The complementary color is HSL(112, 43%, 87%). For a triadic harmony, use hues 292°, 52°, and 172°. For analogous combinations, try hues 262° and 322°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(292, 43%, 87%) in CSS?
As HSL: color: hsl(292, 43%, 87%); — As HEX: color: #E8D0EC; — As RGB: color: rgb(232, 208, 236); — Tailwind CSS: bg-[hsl(292,43%,87%)] — CSS variable: --color-primary: hsl(292, 43%, 87%);