HSL(287, 40%, 88%)
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(287,40%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(287, 40%, 88%) | color: hsl(287, 40%, 88%) | |
| HEX | #E7D4ED | color: #E7D4ED | |
| RGB | rgb(231, 212, 237) | color: rgb(231, 212, 237) | |
| CMYK | cmyk(3%, 11%, 0%, 7%) | — | |
| HSV | hsv(286, 11%, 93%) | — | |
| HWB | hwb(286 83% 7%) | color: hwb(286 83% 7%) | |
| OKLCH | oklch(0.8929 0.0394 318.05) | color: oklch(0.8929 0.0394 318.05) | |
| Lab | lab(87.09 10.98 -9.87) | color: lab(87.09 10.98 -9.87) | |
| LCH | lch(87.09 14.76 318.05) | color: lch(87.09 14.76 318.05) |
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)
#DFDFE7 — rgb(223, 223, 231)
Deuteranopia (Green-blind)
#E0E1E6 — rgb(224, 225, 230)
Tritanopia (Blue-blind)
#E6E2E1 — rgb(230, 226, 225)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(287, 40%, 88%);
text
color: hsl(287, 40%, 88%);
border
border: 2px solid hsl(287, 40%, 88%);
gradient light
background: linear-gradient(to right, hsl(287, 40%, 100%), hsl(287, 40%, 88%));
gradient dark
background: linear-gradient(to right, hsl(287, 40%, 88%), hsl(287, 40%, 68%))
hex
background-color: #E7D4ED;
tailwind
bg-[hsl(287,40%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(287, 40%, 88%, 0.4);
css variable
--color-primary: hsl(287, 40%, 88%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(287, 40%, 88%)?
HEX: #E7D4ED | RGB: rgb(231, 212, 237) | CMYK: 3%, 11%, 0%, 7% | HSV: 286°, 11%, 93%. Copy any format from the conversion table above.
What colors go well with #E7D4ED?
The complementary color is HSL(107, 40%, 88%). For a triadic harmony, use hues 287°, 47°, and 167°. For analogous combinations, try hues 257° and 317°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(287, 40%, 88%) in CSS?
As HSL: color: hsl(287, 40%, 88%); — As HEX: color: #E7D4ED; — As RGB: color: rgb(231, 212, 237); — Tailwind CSS: bg-[hsl(287,40%,88%)] — CSS variable: --color-primary: hsl(287, 40%, 88%);