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

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 16.04:1
vs Black 1.31:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

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

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

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

Luxury brands Creative agencies Beauty products Royalty themes Premium badges

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%);