HSL(301, 19%, 47%)
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%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(301, 19%, 47%) | color: hsl(301, 19%, 47%) | |
| HEX | #8F618E | color: #8F618E | |
| RGB | rgb(143, 97, 142) | color: rgb(143, 97, 142) | |
| CMYK | cmyk(0%, 32%, 1%, 44%) | — | |
| HSV | hsv(301, 32%, 56%) | — | |
| HWB | hwb(301 38% 44%) | color: hwb(301 38% 44%) | |
| OKLCH | oklch(0.5572 0.087 327.4) | color: oklch(0.5572 0.087 327.4) | |
| Lab | lab(47.42 26.41 -17.32) | color: lab(47.42 26.41 -17.32) | |
| LCH | lch(47.42 31.58 326.74) | color: lch(47.42 31.58 326.74) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#7B7B83 — rgb(123, 123, 131)
Deuteranopia (Green-blind)
#7E8181 — rgb(126, 129, 129)
Tritanopia (Blue-blind)
#8D7B79 — rgb(141, 123, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(301, 19%, 47%);
text
color: hsl(301, 19%, 47%);
border
border: 2px solid hsl(301, 19%, 47%);
gradient light
background: linear-gradient(to right, hsl(301, 19%, 67%), hsl(301, 19%, 47%));
gradient dark
background: linear-gradient(to right, hsl(301, 19%, 47%), hsl(301, 19%, 27%))
hex
background-color: #8F618E;
tailwind
bg-[hsl(301,19%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(301, 19%, 47%, 0.4);
css variable
--color-primary: hsl(301, 19%, 47%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(301, 19%, 47%)?
HEX: #8F618E | RGB: rgb(143, 97, 142) | CMYK: 0%, 32%, 1%, 44% | HSV: 301°, 32%, 56%. Copy any format from the conversion table above.
What colors go well with #8F618E?
The complementary color is HSL(121, 19%, 47%). 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%, 47%) in CSS?
As HSL: color: hsl(301, 19%, 47%); — As HEX: color: #8F618E; — As RGB: color: rgb(143, 97, 142); — Tailwind CSS: bg-[hsl(301,19%,47%)] — CSS variable: --color-primary: hsl(301, 19%, 47%);