HSL(290, 64%, 85%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(290,64%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(290, 64%, 85%) | color: hsl(290, 64%, 85%) | |
| HEX | #E9C0F1 | color: #E9C0F1 | |
| RGB | rgb(233, 192, 241) | color: rgb(233, 192, 241) | |
| CMYK | cmyk(3%, 20%, 0%, 5%) | — | |
| HSV | hsv(290, 20%, 95%) | — | |
| HWB | hwb(290 76% 5%) | color: hwb(290 76% 5%) | |
| OKLCH | oklch(0.8587 0.0798 320.79) | color: oklch(0.8587 0.0798 320.79) | |
| Lab | lab(82.58 23 -18.73) | color: lab(82.58 23 -18.73) | |
| LCH | lch(82.58 29.66 320.84) | color: lch(82.58 29.66 320.84) |
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)
#D7D7E5 — rgb(215, 215, 229)
Deuteranopia (Green-blind)
#DADDE2 — rgb(218, 221, 226)
Tritanopia (Blue-blind)
#E7DCDA — rgb(231, 220, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(290, 64%, 85%);
text
color: hsl(290, 64%, 85%);
border
border: 2px solid hsl(290, 64%, 85%);
gradient light
background: linear-gradient(to right, hsl(290, 64%, 100%), hsl(290, 64%, 85%));
gradient dark
background: linear-gradient(to right, hsl(290, 64%, 85%), hsl(290, 64%, 65%))
hex
background-color: #E9C0F1;
tailwind
bg-[hsl(290,64%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(290, 64%, 85%, 0.4);
css variable
--color-primary: hsl(290, 64%, 85%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(290, 64%, 85%)?
HEX: #E9C0F1 | RGB: rgb(233, 192, 241) | CMYK: 3%, 20%, 0%, 5% | HSV: 290°, 20%, 95%. Copy any format from the conversion table above.
What colors go well with #E9C0F1?
The complementary color is HSL(110, 64%, 85%). For a triadic harmony, use hues 290°, 50°, and 170°. For analogous combinations, try hues 260° and 320°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(290, 64%, 85%) in CSS?
As HSL: color: hsl(290, 64%, 85%); — As HEX: color: #E9C0F1; — As RGB: color: rgb(233, 192, 241); — Tailwind CSS: bg-[hsl(290,64%,85%)] — CSS variable: --color-primary: hsl(290, 64%, 85%);