HSL(289, 40%, 84%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(289,40%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(289, 40%, 84%) | color: hsl(289, 40%, 84%) | |
| HEX | #E1C6E7 | color: #E1C6E7 | |
| RGB | rgb(225, 198, 231) | color: rgb(225, 198, 231) | |
| CMYK | cmyk(3%, 14%, 0%, 9%) | — | |
| HSV | hsv(289, 14%, 91%) | — | |
| HWB | hwb(289 78% 9%) | color: hwb(289 78% 9%) | |
| OKLCH | oklch(0.8593 0.0536 320.1) | color: oklch(0.8593 0.0536 320.1) | |
| Lab | lab(83 15.29 -12.83) | color: lab(83 15.29 -12.83) | |
| LCH | lch(83 19.96 320) | color: lch(83 19.96 320) |
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)
#D5D5DF — rgb(213, 213, 223)
Deuteranopia (Green-blind)
#D7D9DD — rgb(215, 217, 221)
Tritanopia (Blue-blind)
#E0D9D7 — rgb(224, 217, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(289, 40%, 84%);
text
color: hsl(289, 40%, 84%);
border
border: 2px solid hsl(289, 40%, 84%);
gradient light
background: linear-gradient(to right, hsl(289, 40%, 100%), hsl(289, 40%, 84%));
gradient dark
background: linear-gradient(to right, hsl(289, 40%, 84%), hsl(289, 40%, 64%))
hex
background-color: #E1C6E7;
tailwind
bg-[hsl(289,40%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(289, 40%, 84%, 0.4);
css variable
--color-primary: hsl(289, 40%, 84%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(289, 40%, 84%)?
HEX: #E1C6E7 | RGB: rgb(225, 198, 231) | CMYK: 3%, 14%, 0%, 9% | HSV: 289°, 14%, 91%. Copy any format from the conversion table above.
What colors go well with #E1C6E7?
The complementary color is HSL(109, 40%, 84%). For a triadic harmony, use hues 289°, 49°, and 169°. For analogous combinations, try hues 259° and 319°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(289, 40%, 84%) in CSS?
As HSL: color: hsl(289, 40%, 84%); — As HEX: color: #E1C6E7; — As RGB: color: rgb(225, 198, 231); — Tailwind CSS: bg-[hsl(289,40%,84%)] — CSS variable: --color-primary: hsl(289, 40%, 84%);