HSL(290, 72%, 77%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(290,72%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(290, 72%, 77%) | color: hsl(290, 72%, 77%) | |
| HEX | #E19AEF | color: #E19AEF | |
| RGB | rgb(225, 154, 239) | color: rgb(225, 154, 239) | |
| CMYK | cmyk(6%, 36%, 0%, 6%) | — | |
| HSV | hsv(290, 36%, 94%) | — | |
| HWB | hwb(290 60% 6%) | color: hwb(290 60% 6%) | |
| OKLCH | oklch(0.7845 0.1393 320.82) | color: oklch(0.7845 0.1393 320.82) | |
| Lab | lab(73.12 40.4 -32.16) | color: lab(73.12 40.4 -32.16) | |
| LCH | lch(73.12 51.64 321.48) | color: lch(73.12 51.64 321.48) |
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)
#C2C2DA — rgb(194, 194, 218)
Deuteranopia (Green-blind)
#C6CCD6 — rgb(198, 204, 214)
Tritanopia (Blue-blind)
#DDCAC7 — rgb(221, 202, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(290, 72%, 77%);
text
color: hsl(290, 72%, 77%);
border
border: 2px solid hsl(290, 72%, 77%);
gradient light
background: linear-gradient(to right, hsl(290, 72%, 97%), hsl(290, 72%, 77%));
gradient dark
background: linear-gradient(to right, hsl(290, 72%, 77%), hsl(290, 72%, 57%))
hex
background-color: #E19AEF;
tailwind
bg-[hsl(290,72%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(290, 72%, 77%, 0.4);
css variable
--color-primary: hsl(290, 72%, 77%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(290, 72%, 77%)?
HEX: #E19AEF | RGB: rgb(225, 154, 239) | CMYK: 6%, 36%, 0%, 6% | HSV: 290°, 36%, 94%. Copy any format from the conversion table above.
What colors go well with #E19AEF?
The complementary color is HSL(110, 72%, 77%). 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, 72%, 77%) in CSS?
As HSL: color: hsl(290, 72%, 77%); — As HEX: color: #E19AEF; — As RGB: color: rgb(225, 154, 239); — Tailwind CSS: bg-[hsl(290,72%,77%)] — CSS variable: --color-primary: hsl(290, 72%, 77%);