HSL(292, 43%, 89%)
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%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(292, 43%, 89%) | color: hsl(292, 43%, 89%) | |
| HEX | #ECD7EF | color: #ECD7EF | |
| RGB | rgb(236, 215, 239) | color: rgb(236, 215, 239) | |
| CMYK | cmyk(1%, 10%, 0%, 6%) | — | |
| HSV | hsv(293, 10%, 94%) | — | |
| HWB | hwb(293 85% 6%) | color: hwb(293 85% 6%) | |
| OKLCH | oklch(0.9034 0.0393 321.99) | color: oklch(0.9034 0.0393 321.99) | |
| Lab | lab(88.29 11.43 -9.1) | color: lab(88.29 11.43 -9.1) | |
| LCH | lch(88.29 14.61 321.47) | color: lch(88.29 14.61 321.47) |
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)
#E3E3E9 — rgb(227, 227, 233)
Deuteranopia (Green-blind)
#E4E6E8 — rgb(228, 230, 232)
Tritanopia (Blue-blind)
#EBE5E4 — rgb(235, 229, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(292, 43%, 89%);
text
color: hsl(292, 43%, 89%);
border
border: 2px solid hsl(292, 43%, 89%);
gradient light
background: linear-gradient(to right, hsl(292, 43%, 100%), hsl(292, 43%, 89%));
gradient dark
background: linear-gradient(to right, hsl(292, 43%, 89%), hsl(292, 43%, 69%))
hex
background-color: #ECD7EF;
tailwind
bg-[hsl(292,43%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(292, 43%, 89%, 0.4);
css variable
--color-primary: hsl(292, 43%, 89%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(292, 43%, 89%)?
HEX: #ECD7EF | RGB: rgb(236, 215, 239) | CMYK: 1%, 10%, 0%, 6% | HSV: 293°, 10%, 94%. Copy any format from the conversion table above.
What colors go well with #ECD7EF?
The complementary color is HSL(112, 43%, 89%). 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%, 89%) in CSS?
As HSL: color: hsl(292, 43%, 89%); — As HEX: color: #ECD7EF; — As RGB: color: rgb(236, 215, 239); — Tailwind CSS: bg-[hsl(292,43%,89%)] — CSS variable: --color-primary: hsl(292, 43%, 89%);