HSL(300, 79%, 49%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(300,79%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(300, 79%, 49%) | color: hsl(300, 79%, 49%) | |
| HEX | #E01AE0 | color: #E01AE0 | |
| RGB | rgb(224, 26, 224) | color: rgb(224, 26, 224) | |
| CMYK | cmyk(0%, 88%, 0%, 12%) | — | |
| HSV | hsv(300, 88%, 88%) | — | |
| HWB | hwb(300 11% 12%) | color: hwb(300 11% 12%) | |
| OKLCH | oklch(0.6418 0.2848 328.29) | color: oklch(0.6418 0.2848 328.29) | |
| Lab | lab(54 86.73 -53.88) | color: lab(54 86.73 -53.88) | |
| LCH | lch(54 102.1 328.15) | color: lch(54 102.1 328.15) |
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)
#8A88B0 — rgb(138, 136, 176)
Deuteranopia (Green-blind)
#96A5A5 — rgb(150, 165, 165)
Tritanopia (Blue-blind)
#D68A82 — rgb(214, 138, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(300, 79%, 49%);
text
color: hsl(300, 79%, 49%);
border
border: 2px solid hsl(300, 79%, 49%);
gradient light
background: linear-gradient(to right, hsl(300, 79%, 69%), hsl(300, 79%, 49%));
gradient dark
background: linear-gradient(to right, hsl(300, 79%, 49%), hsl(300, 79%, 29%))
hex
background-color: #E01AE0;
tailwind
bg-[hsl(300,79%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(300, 79%, 49%, 0.4);
css variable
--color-primary: hsl(300, 79%, 49%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(300, 79%, 49%)?
HEX: #E01AE0 | RGB: rgb(224, 26, 224) | CMYK: 0%, 88%, 0%, 12% | HSV: 300°, 88%, 88%. Copy any format from the conversion table above.
What colors go well with #E01AE0?
The complementary color is HSL(120, 79%, 49%). For a triadic harmony, use hues 300°, 60°, and 180°. For analogous combinations, try hues 270° and 330°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(300, 79%, 49%) in CSS?
As HSL: color: hsl(300, 79%, 49%); — As HEX: color: #E01AE0; — As RGB: color: rgb(224, 26, 224); — Tailwind CSS: bg-[hsl(300,79%,49%)] — CSS variable: --color-primary: hsl(300, 79%, 49%);