HSL(290, 77%, 78%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(290,77%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(290, 77%, 78%) | color: hsl(290, 77%, 78%) | |
| HEX | #E49CF2 | color: #E49CF2 | |
| RGB | rgb(228, 156, 242) | color: rgb(228, 156, 242) | |
| CMYK | cmyk(6%, 36%, 0%, 5%) | — | |
| HSV | hsv(290, 36%, 95%) | — | |
| HWB | hwb(290 61% 5%) | color: hwb(290 61% 5%) | |
| OKLCH | oklch(0.7921 0.1407 320.9) | color: oklch(0.7921 0.1407 320.9) | |
| Lab | lab(73.99 40.83 -32.44) | color: lab(73.99 40.83 -32.44) | |
| LCH | lch(73.99 52.15 321.53) | color: lch(73.99 52.15 321.53) |
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)
#C5C4DD — rgb(197, 196, 221)
Deuteranopia (Green-blind)
#C9CED8 — rgb(201, 206, 216)
Tritanopia (Blue-blind)
#E0CDC9 — rgb(224, 205, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(290, 77%, 78%);
text
color: hsl(290, 77%, 78%);
border
border: 2px solid hsl(290, 77%, 78%);
gradient light
background: linear-gradient(to right, hsl(290, 77%, 98%), hsl(290, 77%, 78%));
gradient dark
background: linear-gradient(to right, hsl(290, 77%, 78%), hsl(290, 77%, 58%))
hex
background-color: #E49CF2;
tailwind
bg-[hsl(290,77%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(290, 77%, 78%, 0.4);
css variable
--color-primary: hsl(290, 77%, 78%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(290, 77%, 78%)?
HEX: #E49CF2 | RGB: rgb(228, 156, 242) | CMYK: 6%, 36%, 0%, 5% | HSV: 290°, 36%, 95%. Copy any format from the conversion table above.
What colors go well with #E49CF2?
The complementary color is HSL(110, 77%, 78%). 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, 77%, 78%) in CSS?
As HSL: color: hsl(290, 77%, 78%); — As HEX: color: #E49CF2; — As RGB: color: rgb(228, 156, 242); — Tailwind CSS: bg-[hsl(290,77%,78%)] — CSS variable: --color-primary: hsl(290, 77%, 78%);