HSL(308, 48%, 86%)
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(308,48%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(308, 48%, 86%) | color: hsl(308, 48%, 86%) | |
| HEX | #ECCAE8 | color: #ECCAE8 | |
| RGB | rgb(236, 202, 232) | color: rgb(236, 202, 232) | |
| CMYK | cmyk(0%, 14%, 2%, 7%) | — | |
| HSV | hsv(307, 14%, 93%) | — | |
| HWB | hwb(307 80% 7%) | color: hwb(307 80% 7%) | |
| OKLCH | oklch(0.8767 0.0549 329.87) | color: oklch(0.8767 0.0549 329.87) | |
| Lab | lab(84.95 17.01 -10.36) | color: lab(84.95 17.01 -10.36) | |
| LCH | lch(84.95 19.92 328.66) | color: lch(84.95 19.92 328.66) |
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)
#DDDDE1 — rgb(221, 221, 225)
Deuteranopia (Green-blind)
#DFE2DF — rgb(223, 226, 223)
Tritanopia (Blue-blind)
#EADBDA — rgb(234, 219, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(308, 48%, 86%);
text
color: hsl(308, 48%, 86%);
border
border: 2px solid hsl(308, 48%, 86%);
gradient light
background: linear-gradient(to right, hsl(308, 48%, 100%), hsl(308, 48%, 86%));
gradient dark
background: linear-gradient(to right, hsl(308, 48%, 86%), hsl(308, 48%, 66%))
hex
background-color: #ECCAE8;
tailwind
bg-[hsl(308,48%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(308, 48%, 86%, 0.4);
css variable
--color-primary: hsl(308, 48%, 86%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(308, 48%, 86%)?
HEX: #ECCAE8 | RGB: rgb(236, 202, 232) | CMYK: 0%, 14%, 2%, 7% | HSV: 307°, 14%, 93%. Copy any format from the conversion table above.
What colors go well with #ECCAE8?
The complementary color is HSL(128, 48%, 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, 48%, 86%) in CSS?
As HSL: color: hsl(308, 48%, 86%); — As HEX: color: #ECCAE8; — As RGB: color: rgb(236, 202, 232); — Tailwind CSS: bg-[hsl(308,48%,86%)] — CSS variable: --color-primary: hsl(308, 48%, 86%);