HSL(308, 17%, 86%)
Very Light Purple — Purple color
Adjust Color
Color Information
Color Name
Very Light Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(308,17%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(308, 17%, 86%) | color: hsl(308, 17%, 86%) | |
| HEX | #E1D5E0 | color: #E1D5E0 | |
| RGB | rgb(225, 213, 224) | color: rgb(225, 213, 224) | |
| CMYK | cmyk(0%, 5%, 0%, 12%) | — | |
| HSV | hsv(305, 5%, 88%) | — | |
| HWB | hwb(305 84% 12%) | color: hwb(305 84% 12%) | |
| OKLCH | oklch(0.8858 0.0197 328.29) | color: oklch(0.8858 0.0197 328.29) | |
| Lab | lab(86.49 6.06 -3.93) | color: lab(86.49 6.06 -3.93) | |
| LCH | lch(86.49 7.22 327.04) | color: lch(86.49 7.22 327.04) |
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)
#DCDCDD — rgb(220, 220, 221)
Deuteranopia (Green-blind)
#DDDDDD — rgb(221, 221, 221)
Tritanopia (Blue-blind)
#E0DBDB — rgb(224, 219, 219)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(308, 17%, 86%);
text
color: hsl(308, 17%, 86%);
border
border: 2px solid hsl(308, 17%, 86%);
gradient light
background: linear-gradient(to right, hsl(308, 17%, 100%), hsl(308, 17%, 86%));
gradient dark
background: linear-gradient(to right, hsl(308, 17%, 86%), hsl(308, 17%, 66%))
hex
background-color: #E1D5E0;
tailwind
bg-[hsl(308,17%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(308, 17%, 86%, 0.4);
css variable
--color-primary: hsl(308, 17%, 86%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(308, 17%, 86%)?
HEX: #E1D5E0 | RGB: rgb(225, 213, 224) | CMYK: 0%, 5%, 0%, 12% | HSV: 305°, 5%, 88%. Copy any format from the conversion table above.
What colors go well with #E1D5E0?
The complementary color is HSL(128, 17%, 86%). For a triadic harmony, use hues 308°, 68°, and 188°. For analogous combinations, try hues 278° and 338°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(308, 17%, 86%) in CSS?
As HSL: color: hsl(308, 17%, 86%); — As HEX: color: #E1D5E0; — As RGB: color: rgb(225, 213, 224); — Tailwind CSS: bg-[hsl(308,17%,86%)] — CSS variable: --color-primary: hsl(308, 17%, 86%);