HSL(294, 95%, 53%)
Vivid Purple — Purple color
Adjust Color
Color Information
Color Name
Vivid Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(294,95%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(294, 95%, 53%) | color: hsl(294, 95%, 53%) | |
| HEX | #E215F9 | color: #E215F9 | |
| RGB | rgb(226, 21, 249) | color: rgb(226, 21, 249) | |
| CMYK | cmyk(9%, 92%, 0%, 2%) | — | |
| HSV | hsv(294, 92%, 98%) | — | |
| HWB | hwb(294 8% 2%) | color: hwb(294 8% 2%) | |
| OKLCH | oklch(0.6587 0.3042 323.01) | color: oklch(0.6587 0.3042 323.01) | |
| Lab | lab(55.63 91.42 -65.29) | color: lab(55.63 91.42 -65.29) | |
| LCH | lch(55.63 112.34 324.47) | color: lch(55.63 112.34 324.47) |
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)
#8987C2 — rgb(137, 135, 194)
Deuteranopia (Green-blind)
#95A5B5 — rgb(149, 165, 181)
Tritanopia (Blue-blind)
#D8968D — rgb(216, 150, 141)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(294, 95%, 53%);
text
color: hsl(294, 95%, 53%);
border
border: 2px solid hsl(294, 95%, 53%);
gradient light
background: linear-gradient(to right, hsl(294, 95%, 73%), hsl(294, 95%, 53%));
gradient dark
background: linear-gradient(to right, hsl(294, 95%, 53%), hsl(294, 95%, 33%))
hex
background-color: #E215F9;
tailwind
bg-[hsl(294,95%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(294, 95%, 53%, 0.4);
css variable
--color-primary: hsl(294, 95%, 53%);
Related Colors
Use Cases for Vivid Purple
Frequently Asked Questions
What are all the color codes for HSL(294, 95%, 53%)?
HEX: #E215F9 | RGB: rgb(226, 21, 249) | CMYK: 9%, 92%, 0%, 2% | HSV: 294°, 92%, 98%. Copy any format from the conversion table above.
What colors go well with #E215F9?
The complementary color is HSL(114, 95%, 53%). For a triadic harmony, use hues 294°, 54°, and 174°. For analogous combinations, try hues 264° and 324°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(294, 95%, 53%) in CSS?
As HSL: color: hsl(294, 95%, 53%); — As HEX: color: #E215F9; — As RGB: color: rgb(226, 21, 249); — Tailwind CSS: bg-[hsl(294,95%,53%)] — CSS variable: --color-primary: hsl(294, 95%, 53%);