HSL(301, 100%, 44%)
Vivid Purple — Purple color
Adjust Color
Color Information
Color Name
Vivid Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(301,100%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(301, 100%, 44%) | color: hsl(301, 100%, 44%) | |
| HEX | #E000DD | color: #E000DD | |
| RGB | rgb(224, 0, 221) | color: rgb(224, 0, 221) | |
| CMYK | cmyk(0%, 100%, 1%, 12%) | — | |
| HSV | hsv(301, 100%, 88%) | — | |
| HWB | hwb(301 0% 12%) | color: hwb(301 0% 12%) | |
| OKLCH | oklch(0.6344 0.2905 329.09) | color: oklch(0.6344 0.2905 329.09) | |
| Lab | lab(53.03 88.64 -53.73) | color: lab(53.03 88.64 -53.73) | |
| LCH | lch(53.03 103.65 328.78) | color: lch(53.03 103.65 328.78) |
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)
#7F7DA8 — rgb(127, 125, 168)
Deuteranopia (Green-blind)
#8C9D9B — rgb(140, 157, 155)
Tritanopia (Blue-blind)
#D57D74 — rgb(213, 125, 116)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(301, 100%, 44%);
text
color: hsl(301, 100%, 44%);
border
border: 2px solid hsl(301, 100%, 44%);
gradient light
background: linear-gradient(to right, hsl(301, 100%, 64%), hsl(301, 100%, 44%));
gradient dark
background: linear-gradient(to right, hsl(301, 100%, 44%), hsl(301, 100%, 24%))
hex
background-color: #E000DD;
tailwind
bg-[hsl(301,100%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(301, 100%, 44%, 0.4);
css variable
--color-primary: hsl(301, 100%, 44%);
Related Colors
Use Cases for Vivid Purple
Frequently Asked Questions
What are all the color codes for HSL(301, 100%, 44%)?
HEX: #E000DD | RGB: rgb(224, 0, 221) | CMYK: 0%, 100%, 1%, 12% | HSV: 301°, 100%, 88%. Copy any format from the conversion table above.
What colors go well with #E000DD?
The complementary color is HSL(121, 100%, 44%). For a triadic harmony, use hues 301°, 61°, and 181°. For analogous combinations, try hues 271° and 331°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(301, 100%, 44%) in CSS?
As HSL: color: hsl(301, 100%, 44%); — As HEX: color: #E000DD; — As RGB: color: rgb(224, 0, 221); — Tailwind CSS: bg-[hsl(301,100%,44%)] — CSS variable: --color-primary: hsl(301, 100%, 44%);