HSL(294, 50%, 15%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(294,50%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(294, 50%, 15%) | color: hsl(294, 50%, 15%) | |
| HEX | #361339 | color: #361339 | |
| RGB | rgb(54, 19, 57) | color: rgb(54, 19, 57) | |
| CMYK | cmyk(5%, 67%, 0%, 78%) | — | |
| HSV | hsv(295, 67%, 22%) | — | |
| HWB | hwb(295 7% 78%) | color: hwb(295 7% 78%) | |
| OKLCH | oklch(0.2592 0.0803 324.43) | color: oklch(0.2592 0.0803 324.43) | |
| Lab | lab(12.89 24.01 -16.87) | color: lab(12.89 24.01 -16.87) | |
| LCH | lch(12.89 29.34 324.91) | color: lch(12.89 29.34 324.91) |
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)
#272730 — rgb(39, 39, 48)
Deuteranopia (Green-blind)
#292C2E — rgb(41, 44, 46)
Tritanopia (Blue-blind)
#342927 — rgb(52, 41, 39)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(294, 50%, 15%);
text
color: hsl(294, 50%, 15%);
border
border: 2px solid hsl(294, 50%, 15%);
gradient light
background: linear-gradient(to right, hsl(294, 50%, 35%), hsl(294, 50%, 15%));
gradient dark
background: linear-gradient(to right, hsl(294, 50%, 15%), hsl(294, 50%, 0%))
hex
background-color: #361339;
tailwind
bg-[hsl(294,50%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(294, 50%, 15%, 0.4);
css variable
--color-primary: hsl(294, 50%, 15%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(294, 50%, 15%)?
HEX: #361339 | RGB: rgb(54, 19, 57) | CMYK: 5%, 67%, 0%, 78% | HSV: 295°, 67%, 22%. Copy any format from the conversion table above.
What colors go well with #361339?
The complementary color is HSL(114, 50%, 15%). 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, 50%, 15%) in CSS?
As HSL: color: hsl(294, 50%, 15%); — As HEX: color: #361339; — As RGB: color: rgb(54, 19, 57); — Tailwind CSS: bg-[hsl(294,50%,15%)] — CSS variable: --color-primary: hsl(294, 50%, 15%);