HSL(294, 90%, 39%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(294,90%,39%)]

Color Conversions

Format Value CSS Usage
HSL hsl(294, 90%, 39%) color: hsl(294, 90%, 39%)
HEX #AB0ABD color: #AB0ABD
RGB rgb(171, 10, 189) color: rgb(171, 10, 189)
CMYK cmyk(10%, 95%, 0%, 26%)
HSV hsv(294, 95%, 74%)
HWB hwb(294 4% 26%) color: hwb(294 4% 26%)
OKLCH oklch(0.5343 0.2482 322.96) color: oklch(0.5343 0.2482 322.96)
Lab lab(42.08 74.6 -53.32) color: lab(42.08 74.6 -53.32)
LCH lch(42.08 91.7 324.44) color: lch(42.08 91.7 324.44)

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 5.98:1
vs Black 3.51:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#656492 — rgb(101, 100, 146)

Deuteranopia (Green-blind)

#6F7B87 — rgb(111, 123, 135)

Tritanopia (Blue-blind)

#A36F68 — rgb(163, 111, 104)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(294, 90%, 39%);

text

color: hsl(294, 90%, 39%);

border

border: 2px solid hsl(294, 90%, 39%);

gradient light

background: linear-gradient(to right, hsl(294, 90%, 59%), hsl(294, 90%, 39%));

gradient dark

background: linear-gradient(to right, hsl(294, 90%, 39%), hsl(294, 90%, 19%))

hex

background-color: #AB0ABD;

tailwind

bg-[hsl(294,90%,39%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(294, 90%, 39%, 0.4);

css variable

--color-primary: hsl(294, 90%, 39%);

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, 90%, 39%)?

HEX: #AB0ABD | RGB: rgb(171, 10, 189) | CMYK: 10%, 95%, 0%, 26% | HSV: 294°, 95%, 74%. Copy any format from the conversion table above.

What colors go well with #AB0ABD?

The complementary color is HSL(114, 90%, 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, 90%, 39%) in CSS?

As HSL: color: hsl(294, 90%, 39%); — As HEX: color: #AB0ABD; — As RGB: color: rgb(171, 10, 189); — Tailwind CSS: bg-[hsl(294,90%,39%)] — CSS variable: --color-primary: hsl(294, 90%, 39%);