HSL(311, 37%, 88%)
Very Light Purple — Purple color
Adjust Color
Color Information
Color Name
Very Light Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(311,37%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(311, 37%, 88%) | color: hsl(311, 37%, 88%) | |
| HEX | #ECD5E8 | color: #ECD5E8 | |
| RGB | rgb(236, 213, 232) | color: rgb(236, 213, 232) | |
| CMYK | cmyk(0%, 10%, 2%, 7%) | — | |
| HSV | hsv(310, 10%, 93%) | — | |
| HWB | hwb(310 84% 7%) | color: hwb(310 84% 7%) | |
| OKLCH | oklch(0.8974 0.0357 331.61) | color: oklch(0.8974 0.0357 331.61) | |
| Lab | lab(87.61 11.21 -6.41) | color: lab(87.61 11.21 -6.41) | |
| LCH | lch(87.61 12.91 330.24) | color: lch(87.61 12.91 330.24) |
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)
#E2E2E3 — rgb(226, 226, 227)
Deuteranopia (Green-blind)
#E3E5E2 — rgb(227, 229, 226)
Tritanopia (Blue-blind)
#EBE0DF — rgb(235, 224, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(311, 37%, 88%);
text
color: hsl(311, 37%, 88%);
border
border: 2px solid hsl(311, 37%, 88%);
gradient light
background: linear-gradient(to right, hsl(311, 37%, 100%), hsl(311, 37%, 88%));
gradient dark
background: linear-gradient(to right, hsl(311, 37%, 88%), hsl(311, 37%, 68%))
hex
background-color: #ECD5E8;
tailwind
bg-[hsl(311,37%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(311, 37%, 88%, 0.4);
css variable
--color-primary: hsl(311, 37%, 88%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(311, 37%, 88%)?
HEX: #ECD5E8 | RGB: rgb(236, 213, 232) | CMYK: 0%, 10%, 2%, 7% | HSV: 310°, 10%, 93%. Copy any format from the conversion table above.
What colors go well with #ECD5E8?
The complementary color is HSL(131, 37%, 88%). For a triadic harmony, use hues 311°, 71°, and 191°. For analogous combinations, try hues 281° and 341°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(311, 37%, 88%) in CSS?
As HSL: color: hsl(311, 37%, 88%); — As HEX: color: #ECD5E8; — As RGB: color: rgb(236, 213, 232); — Tailwind CSS: bg-[hsl(311,37%,88%)] — CSS variable: --color-primary: hsl(311, 37%, 88%);