HSL(292, 63%, 86%)
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,63%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(292, 63%, 86%) | color: hsl(292, 63%, 86%) | |
| HEX | #ECC5F2 | color: #ECC5F2 | |
| RGB | rgb(236, 197, 242) | color: rgb(236, 197, 242) | |
| CMYK | cmyk(2%, 19%, 0%, 5%) | — | |
| HSV | hsv(292, 19%, 95%) | — | |
| HWB | hwb(292 77% 5%) | color: hwb(292 77% 5%) | |
| OKLCH | oklch(0.8709 0.074 321.82) | color: oklch(0.8709 0.074 321.82) | |
| Lab | lab(84.06 21.5 -17.01) | color: lab(84.06 21.5 -17.01) | |
| LCH | lch(84.06 27.42 321.65) | color: lch(84.06 27.42 321.65) |
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)
#DBDBE7 — rgb(219, 219, 231)
Deuteranopia (Green-blind)
#DDE0E5 — rgb(221, 224, 229)
Tritanopia (Blue-blind)
#EADFDD — rgb(234, 223, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(292, 63%, 86%);
text
color: hsl(292, 63%, 86%);
border
border: 2px solid hsl(292, 63%, 86%);
gradient light
background: linear-gradient(to right, hsl(292, 63%, 100%), hsl(292, 63%, 86%));
gradient dark
background: linear-gradient(to right, hsl(292, 63%, 86%), hsl(292, 63%, 66%))
hex
background-color: #ECC5F2;
tailwind
bg-[hsl(292,63%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(292, 63%, 86%, 0.4);
css variable
--color-primary: hsl(292, 63%, 86%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(292, 63%, 86%)?
HEX: #ECC5F2 | RGB: rgb(236, 197, 242) | CMYK: 2%, 19%, 0%, 5% | HSV: 292°, 19%, 95%. Copy any format from the conversion table above.
What colors go well with #ECC5F2?
The complementary color is HSL(112, 63%, 86%). 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, 63%, 86%) in CSS?
As HSL: color: hsl(292, 63%, 86%); — As HEX: color: #ECC5F2; — As RGB: color: rgb(236, 197, 242); — Tailwind CSS: bg-[hsl(292,63%,86%)] — CSS variable: --color-primary: hsl(292, 63%, 86%);