HSL(293, 47%, 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(293,47%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(293, 47%, 88%) | color: hsl(293, 47%, 88%) | |
| HEX | #EBD2EF | color: #EBD2EF | |
| RGB | rgb(235, 210, 239) | color: rgb(235, 210, 239) | |
| CMYK | cmyk(2%, 12%, 0%, 6%) | — | |
| HSV | hsv(292, 12%, 94%) | — | |
| HWB | hwb(292 83% 6%) | color: hwb(292 83% 6%) | |
| OKLCH | oklch(0.8931 0.0474 321.58) | color: oklch(0.8931 0.0474 321.58) | |
| Lab | lab(86.99 13.73 -11.04) | color: lab(86.99 13.73 -11.04) | |
| LCH | lch(86.99 17.62 321.2) | color: lch(86.99 17.62 321.2) |
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)
#E0E0E8 — rgb(224, 224, 232)
Deuteranopia (Green-blind)
#E2E4E6 — rgb(226, 228, 230)
Tritanopia (Blue-blind)
#EAE2E1 — rgb(234, 226, 225)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(293, 47%, 88%);
text
color: hsl(293, 47%, 88%);
border
border: 2px solid hsl(293, 47%, 88%);
gradient light
background: linear-gradient(to right, hsl(293, 47%, 100%), hsl(293, 47%, 88%));
gradient dark
background: linear-gradient(to right, hsl(293, 47%, 88%), hsl(293, 47%, 68%))
hex
background-color: #EBD2EF;
tailwind
bg-[hsl(293,47%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(293, 47%, 88%, 0.4);
css variable
--color-primary: hsl(293, 47%, 88%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(293, 47%, 88%)?
HEX: #EBD2EF | RGB: rgb(235, 210, 239) | CMYK: 2%, 12%, 0%, 6% | HSV: 292°, 12%, 94%. Copy any format from the conversion table above.
What colors go well with #EBD2EF?
The complementary color is HSL(113, 47%, 88%). For a triadic harmony, use hues 293°, 53°, and 173°. For analogous combinations, try hues 263° and 323°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(293, 47%, 88%) in CSS?
As HSL: color: hsl(293, 47%, 88%); — As HEX: color: #EBD2EF; — As RGB: color: rgb(235, 210, 239); — Tailwind CSS: bg-[hsl(293,47%,88%)] — CSS variable: --color-primary: hsl(293, 47%, 88%);