HSL(289, 80%, 77%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(289,80%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(289, 80%, 77%) | color: hsl(289, 80%, 77%) | |
| HEX | #E295F3 | color: #E295F3 | |
| RGB | rgb(226, 149, 243) | color: rgb(226, 149, 243) | |
| CMYK | cmyk(7%, 39%, 0%, 5%) | — | |
| HSV | hsv(289, 39%, 95%) | — | |
| HWB | hwb(289 58% 5%) | color: hwb(289 58% 5%) | |
| OKLCH | oklch(0.7792 0.1525 320.19) | color: oklch(0.7792 0.1525 320.19) | |
| Lab | lab(72.32 44.11 -35.58) | color: lab(72.32 44.11 -35.58) | |
| LCH | lch(72.32 56.67 321.11) | color: lch(72.32 56.67 321.11) |
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)
#C1C0DC — rgb(193, 192, 220)
Deuteranopia (Green-blind)
#C5CBD7 — rgb(197, 203, 215)
Tritanopia (Blue-blind)
#DECAC6 — rgb(222, 202, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(289, 80%, 77%);
text
color: hsl(289, 80%, 77%);
border
border: 2px solid hsl(289, 80%, 77%);
gradient light
background: linear-gradient(to right, hsl(289, 80%, 97%), hsl(289, 80%, 77%));
gradient dark
background: linear-gradient(to right, hsl(289, 80%, 77%), hsl(289, 80%, 57%))
hex
background-color: #E295F3;
tailwind
bg-[hsl(289,80%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(289, 80%, 77%, 0.4);
css variable
--color-primary: hsl(289, 80%, 77%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(289, 80%, 77%)?
HEX: #E295F3 | RGB: rgb(226, 149, 243) | CMYK: 7%, 39%, 0%, 5% | HSV: 289°, 39%, 95%. Copy any format from the conversion table above.
What colors go well with #E295F3?
The complementary color is HSL(109, 80%, 77%). 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, 80%, 77%) in CSS?
As HSL: color: hsl(289, 80%, 77%); — As HEX: color: #E295F3; — As RGB: color: rgb(226, 149, 243); — Tailwind CSS: bg-[hsl(289,80%,77%)] — CSS variable: --color-primary: hsl(289, 80%, 77%);