HSL(294, 60%, 39%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(294,60%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(294, 60%, 39%) | color: hsl(294, 60%, 39%) | |
| HEX | #93289F | color: #93289F | |
| RGB | rgb(147, 40, 159) | color: rgb(147, 40, 159) | |
| CMYK | cmyk(8%, 75%, 0%, 38%) | — | |
| HSV | hsv(294, 75%, 62%) | — | |
| HWB | hwb(294 16% 38%) | color: hwb(294 16% 38%) | |
| OKLCH | oklch(0.4934 0.1963 323.5) | color: oklch(0.4934 0.1963 323.5) | |
| Lab | lab(38.24 58.8 -41.85) | color: lab(38.24 58.8 -41.85) | |
| LCH | lch(38.24 72.17 324.56) | color: lch(38.24 72.17 324.56) |
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)
#656482 — rgb(101, 100, 130)
Deuteranopia (Green-blind)
#6B737B — rgb(107, 115, 123)
Tritanopia (Blue-blind)
#8E6B66 — rgb(142, 107, 102)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(294, 60%, 39%);
text
color: hsl(294, 60%, 39%);
border
border: 2px solid hsl(294, 60%, 39%);
gradient light
background: linear-gradient(to right, hsl(294, 60%, 59%), hsl(294, 60%, 39%));
gradient dark
background: linear-gradient(to right, hsl(294, 60%, 39%), hsl(294, 60%, 19%))
hex
background-color: #93289F;
tailwind
bg-[hsl(294,60%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(294, 60%, 39%, 0.4);
css variable
--color-primary: hsl(294, 60%, 39%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(294, 60%, 39%)?
HEX: #93289F | RGB: rgb(147, 40, 159) | CMYK: 8%, 75%, 0%, 38% | HSV: 294°, 75%, 62%. Copy any format from the conversion table above.
What colors go well with #93289F?
The complementary color is HSL(114, 60%, 39%). For a triadic harmony, use hues 294°, 54°, and 174°. For analogous combinations, try hues 264° and 324°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(294, 60%, 39%) in CSS?
As HSL: color: hsl(294, 60%, 39%); — As HEX: color: #93289F; — As RGB: color: rgb(147, 40, 159); — Tailwind CSS: bg-[hsl(294,60%,39%)] — CSS variable: --color-primary: hsl(294, 60%, 39%);