HSL(301, 72%, 75%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(301,72%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(301, 72%, 75%) | color: hsl(301, 72%, 75%) | |
| HEX | #ED91EC | color: #ED91EC | |
| RGB | rgb(237, 145, 236) | color: rgb(237, 145, 236) | |
| CMYK | cmyk(0%, 39%, 0%, 7%) | — | |
| HSV | hsv(301, 39%, 93%) | — | |
| HWB | hwb(301 57% 7%) | color: hwb(301 57% 7%) | |
| OKLCH | oklch(0.7819 0.1589 327.34) | color: oklch(0.7819 0.1589 327.34) | |
| Lab | lab(72.44 48.17 -31.48) | color: lab(72.44 48.17 -31.48) | |
| LCH | lch(72.44 57.54 326.83) | color: lch(72.44 57.54 326.83) |
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)
#C5C4D6 — rgb(197, 196, 214)
Deuteranopia (Green-blind)
#CBD1D1 — rgb(203, 209, 209)
Tritanopia (Blue-blind)
#E8C5C1 — rgb(232, 197, 193)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(301, 72%, 75%);
text
color: hsl(301, 72%, 75%);
border
border: 2px solid hsl(301, 72%, 75%);
gradient light
background: linear-gradient(to right, hsl(301, 72%, 95%), hsl(301, 72%, 75%));
gradient dark
background: linear-gradient(to right, hsl(301, 72%, 75%), hsl(301, 72%, 55%))
hex
background-color: #ED91EC;
tailwind
bg-[hsl(301,72%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(301, 72%, 75%, 0.4);
css variable
--color-primary: hsl(301, 72%, 75%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(301, 72%, 75%)?
HEX: #ED91EC | RGB: rgb(237, 145, 236) | CMYK: 0%, 39%, 0%, 7% | HSV: 301°, 39%, 93%. Copy any format from the conversion table above.
What colors go well with #ED91EC?
The complementary color is HSL(121, 72%, 75%). 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, 72%, 75%) in CSS?
As HSL: color: hsl(301, 72%, 75%); — As HEX: color: #ED91EC; — As RGB: color: rgb(237, 145, 236); — Tailwind CSS: bg-[hsl(301,72%,75%)] — CSS variable: --color-primary: hsl(301, 72%, 75%);