HSL(288, 46%, 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(288,46%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(288, 46%, 87%) | color: hsl(288, 46%, 87%) | |
| HEX | #E7CFED | color: #E7CFED | |
| RGB | rgb(231, 207, 237) | color: rgb(231, 207, 237) | |
| CMYK | cmyk(3%, 13%, 0%, 7%) | — | |
| HSV | hsv(288, 13%, 93%) | — | |
| HWB | hwb(288 81% 7%) | color: hwb(288 81% 7%) | |
| OKLCH | oklch(0.8834 0.0481 319.46) | color: oklch(0.8834 0.0481 319.46) | |
| Lab | lab(85.87 13.62 -11.68) | color: lab(85.87 13.62 -11.68) | |
| LCH | lch(85.87 17.94 319.38) | color: lch(85.87 17.94 319.38) |
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)
#DDDCE6 — rgb(221, 220, 230)
Deuteranopia (Green-blind)
#DEE0E4 — rgb(222, 224, 228)
Tritanopia (Blue-blind)
#E6E0DF — rgb(230, 224, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(288, 46%, 87%);
text
color: hsl(288, 46%, 87%);
border
border: 2px solid hsl(288, 46%, 87%);
gradient light
background: linear-gradient(to right, hsl(288, 46%, 100%), hsl(288, 46%, 87%));
gradient dark
background: linear-gradient(to right, hsl(288, 46%, 87%), hsl(288, 46%, 67%))
hex
background-color: #E7CFED;
tailwind
bg-[hsl(288,46%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(288, 46%, 87%, 0.4);
css variable
--color-primary: hsl(288, 46%, 87%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(288, 46%, 87%)?
HEX: #E7CFED | RGB: rgb(231, 207, 237) | CMYK: 3%, 13%, 0%, 7% | HSV: 288°, 13%, 93%. Copy any format from the conversion table above.
What colors go well with #E7CFED?
The complementary color is HSL(108, 46%, 87%). For a triadic harmony, use hues 288°, 48°, and 168°. For analogous combinations, try hues 258° and 318°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(288, 46%, 87%) in CSS?
As HSL: color: hsl(288, 46%, 87%); — As HEX: color: #E7CFED; — As RGB: color: rgb(231, 207, 237); — Tailwind CSS: bg-[hsl(288,46%,87%)] — CSS variable: --color-primary: hsl(288, 46%, 87%);