HSL(293, 45%, 84%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(293,45%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(293, 45%, 84%) | color: hsl(293, 45%, 84%) | |
| HEX | #E4C4E9 | color: #E4C4E9 | |
| RGB | rgb(228, 196, 233) | color: rgb(228, 196, 233) | |
| CMYK | cmyk(2%, 16%, 0%, 9%) | — | |
| HSV | hsv(292, 16%, 91%) | — | |
| HWB | hwb(292 76% 9%) | color: hwb(292 76% 9%) | |
| OKLCH | oklch(0.8588 0.0611 321.72) | color: oklch(0.8588 0.0611 321.72) | |
| Lab | lab(82.84 17.72 -14.12) | color: lab(82.84 17.72 -14.12) | |
| LCH | lch(82.84 22.66 321.45) | color: lch(82.84 22.66 321.45) |
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)
#D6D6E0 — rgb(214, 214, 224)
Deuteranopia (Green-blind)
#D8DADE — rgb(216, 218, 222)
Tritanopia (Blue-blind)
#E2D9D7 — rgb(226, 217, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(293, 45%, 84%);
text
color: hsl(293, 45%, 84%);
border
border: 2px solid hsl(293, 45%, 84%);
gradient light
background: linear-gradient(to right, hsl(293, 45%, 100%), hsl(293, 45%, 84%));
gradient dark
background: linear-gradient(to right, hsl(293, 45%, 84%), hsl(293, 45%, 64%))
hex
background-color: #E4C4E9;
tailwind
bg-[hsl(293,45%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(293, 45%, 84%, 0.4);
css variable
--color-primary: hsl(293, 45%, 84%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(293, 45%, 84%)?
HEX: #E4C4E9 | RGB: rgb(228, 196, 233) | CMYK: 2%, 16%, 0%, 9% | HSV: 292°, 16%, 91%. Copy any format from the conversion table above.
What colors go well with #E4C4E9?
The complementary color is HSL(113, 45%, 84%). For a triadic harmony, use hues 293°, 53°, and 173°. For analogous combinations, try hues 263° and 323°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(293, 45%, 84%) in CSS?
As HSL: color: hsl(293, 45%, 84%); — As HEX: color: #E4C4E9; — As RGB: color: rgb(228, 196, 233); — Tailwind CSS: bg-[hsl(293,45%,84%)] — CSS variable: --color-primary: hsl(293, 45%, 84%);