HSL(301, 19%, 53%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(301,19%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(301, 19%, 53%) | color: hsl(301, 19%, 53%) | |
| HEX | #9E709D | color: #9E709D | |
| RGB | rgb(158, 112, 157) | color: rgb(158, 112, 157) | |
| CMYK | cmyk(0%, 29%, 1%, 38%) | — | |
| HSV | hsv(301, 29%, 62%) | — | |
| HWB | hwb(301 44% 38%) | color: hwb(301 44% 38%) | |
| OKLCH | oklch(0.6074 0.0855 327.29) | color: oklch(0.6074 0.0855 327.29) | |
| Lab | lab(53.27 25.92 -17.1) | color: lab(53.27 25.92 -17.1) | |
| LCH | lch(53.27 31.05 326.59) | color: lch(53.27 31.05 326.59) |
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)
#8A8A92 — rgb(138, 138, 146)
Deuteranopia (Green-blind)
#8D9090 — rgb(141, 144, 144)
Tritanopia (Blue-blind)
#9C8A88 — rgb(156, 138, 136)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(301, 19%, 53%);
text
color: hsl(301, 19%, 53%);
border
border: 2px solid hsl(301, 19%, 53%);
gradient light
background: linear-gradient(to right, hsl(301, 19%, 73%), hsl(301, 19%, 53%));
gradient dark
background: linear-gradient(to right, hsl(301, 19%, 53%), hsl(301, 19%, 33%))
hex
background-color: #9E709D;
tailwind
bg-[hsl(301,19%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(301, 19%, 53%, 0.4);
css variable
--color-primary: hsl(301, 19%, 53%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(301, 19%, 53%)?
HEX: #9E709D | RGB: rgb(158, 112, 157) | CMYK: 0%, 29%, 1%, 38% | HSV: 301°, 29%, 62%. Copy any format from the conversion table above.
What colors go well with #9E709D?
The complementary color is HSL(121, 19%, 53%). 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, 19%, 53%) in CSS?
As HSL: color: hsl(301, 19%, 53%); — As HEX: color: #9E709D; — As RGB: color: rgb(158, 112, 157); — Tailwind CSS: bg-[hsl(301,19%,53%)] — CSS variable: --color-primary: hsl(301, 19%, 53%);