HSL(295, 90%, 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(295,90%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(295, 90%, 53%) | color: hsl(295, 90%, 53%) | |
| HEX | #E11BF3 | color: #E11BF3 | |
| RGB | rgb(225, 27, 243) | color: rgb(225, 27, 243) | |
| CMYK | cmyk(7%, 89%, 0%, 5%) | — | |
| HSV | hsv(295, 89%, 95%) | — | |
| HWB | hwb(295 10% 5%) | color: hwb(295 10% 5%) | |
| OKLCH | oklch(0.6552 0.2975 324.05) | color: oklch(0.6552 0.2975 324.05) | |
| Lab | lab(55.34 89.6 -62.41) | color: lab(55.34 89.6 -62.41) | |
| LCH | lch(55.34 109.19 325.14) | color: lch(55.34 109.19 325.14) |
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)
#8B89BF — rgb(139, 137, 191)
Deuteranopia (Green-blind)
#97A6B2 — rgb(151, 166, 178)
Tritanopia (Blue-blind)
#D7958C — rgb(215, 149, 140)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(295, 90%, 53%);
text
color: hsl(295, 90%, 53%);
border
border: 2px solid hsl(295, 90%, 53%);
gradient light
background: linear-gradient(to right, hsl(295, 90%, 73%), hsl(295, 90%, 53%));
gradient dark
background: linear-gradient(to right, hsl(295, 90%, 53%), hsl(295, 90%, 33%))
hex
background-color: #E11BF3;
tailwind
bg-[hsl(295,90%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(295, 90%, 53%, 0.4);
css variable
--color-primary: hsl(295, 90%, 53%);
Related Colors
Use Cases for Vivid Purple
Frequently Asked Questions
What are all the color codes for HSL(295, 90%, 53%)?
HEX: #E11BF3 | RGB: rgb(225, 27, 243) | CMYK: 7%, 89%, 0%, 5% | HSV: 295°, 89%, 95%. Copy any format from the conversion table above.
What colors go well with #E11BF3?
The complementary color is HSL(115, 90%, 53%). For a triadic harmony, use hues 295°, 55°, and 175°. For analogous combinations, try hues 265° and 325°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(295, 90%, 53%) in CSS?
As HSL: color: hsl(295, 90%, 53%); — As HEX: color: #E11BF3; — As RGB: color: rgb(225, 27, 243); — Tailwind CSS: bg-[hsl(295,90%,53%)] — CSS variable: --color-primary: hsl(295, 90%, 53%);