HSL(297, 93%, 48%)
Vivid Purple — Purple color
Adjust Color
Color Information
Color Name
Vivid Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(297,93%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(297, 93%, 48%) | color: hsl(297, 93%, 48%) | |
| HEX | #E109EC | color: #E109EC | |
| RGB | rgb(225, 9, 236) | color: rgb(225, 9, 236) | |
| CMYK | cmyk(5%, 96%, 0%, 7%) | — | |
| HSV | hsv(297, 96%, 93%) | — | |
| HWB | hwb(297 4% 7%) | color: hwb(297 4% 7%) | |
| OKLCH | oklch(0.6465 0.2985 325.75) | color: oklch(0.6465 0.2985 325.75) | |
| Lab | lab(54.3 90.35 -60.15) | color: lab(54.3 90.35 -60.15) | |
| LCH | lch(54.3 108.54 326.35) | color: lch(54.3 108.54 326.35) |
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)
#8382B5 — rgb(131, 130, 181)
Deuteranopia (Green-blind)
#90A0A8 — rgb(144, 160, 168)
Tritanopia (Blue-blind)
#D68A80 — rgb(214, 138, 128)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(297, 93%, 48%);
text
color: hsl(297, 93%, 48%);
border
border: 2px solid hsl(297, 93%, 48%);
gradient light
background: linear-gradient(to right, hsl(297, 93%, 68%), hsl(297, 93%, 48%));
gradient dark
background: linear-gradient(to right, hsl(297, 93%, 48%), hsl(297, 93%, 28%))
hex
background-color: #E109EC;
tailwind
bg-[hsl(297,93%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(297, 93%, 48%, 0.4);
css variable
--color-primary: hsl(297, 93%, 48%);
Related Colors
Use Cases for Vivid Purple
Frequently Asked Questions
What are all the color codes for HSL(297, 93%, 48%)?
HEX: #E109EC | RGB: rgb(225, 9, 236) | CMYK: 5%, 96%, 0%, 7% | HSV: 297°, 96%, 93%. Copy any format from the conversion table above.
What colors go well with #E109EC?
The complementary color is HSL(117, 93%, 48%). For a triadic harmony, use hues 297°, 57°, and 177°. For analogous combinations, try hues 267° and 327°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(297, 93%, 48%) in CSS?
As HSL: color: hsl(297, 93%, 48%); — As HEX: color: #E109EC; — As RGB: color: rgb(225, 9, 236); — Tailwind CSS: bg-[hsl(297,93%,48%)] — CSS variable: --color-primary: hsl(297, 93%, 48%);