HSL(306, 19%, 88%)
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(306,19%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(306, 19%, 88%) | color: hsl(306, 19%, 88%) | |
| HEX | #E6DBE5 | color: #E6DBE5 | |
| RGB | rgb(230, 219, 229) | color: rgb(230, 219, 229) | |
| CMYK | cmyk(0%, 5%, 0%, 10%) | — | |
| HSV | hsv(305, 5%, 90%) | — | |
| HWB | hwb(305 86% 10%) | color: hwb(305 86% 10%) | |
| OKLCH | oklch(0.9031 0.0179 328.51) | color: oklch(0.9031 0.0179 328.51) | |
| Lab | lab(88.52 5.51 -3.54) | color: lab(88.52 5.51 -3.54) | |
| LCH | lch(88.52 6.55 327.28) | color: lch(88.52 6.55 327.28) |
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)
#E1E1E3 — rgb(225, 225, 227)
Deuteranopia (Green-blind)
#E2E3E2 — rgb(226, 227, 226)
Tritanopia (Blue-blind)
#E5E1E0 — rgb(229, 225, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(306, 19%, 88%);
text
color: hsl(306, 19%, 88%);
border
border: 2px solid hsl(306, 19%, 88%);
gradient light
background: linear-gradient(to right, hsl(306, 19%, 100%), hsl(306, 19%, 88%));
gradient dark
background: linear-gradient(to right, hsl(306, 19%, 88%), hsl(306, 19%, 68%))
hex
background-color: #E6DBE5;
tailwind
bg-[hsl(306,19%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(306, 19%, 88%, 0.4);
css variable
--color-primary: hsl(306, 19%, 88%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(306, 19%, 88%)?
HEX: #E6DBE5 | RGB: rgb(230, 219, 229) | CMYK: 0%, 5%, 0%, 10% | HSV: 305°, 5%, 90%. Copy any format from the conversion table above.
What colors go well with #E6DBE5?
The complementary color is HSL(126, 19%, 88%). For a triadic harmony, use hues 306°, 66°, and 186°. For analogous combinations, try hues 276° and 336°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(306, 19%, 88%) in CSS?
As HSL: color: hsl(306, 19%, 88%); — As HEX: color: #E6DBE5; — As RGB: color: rgb(230, 219, 229); — Tailwind CSS: bg-[hsl(306,19%,88%)] — CSS variable: --color-primary: hsl(306, 19%, 88%);