HSL(288, 83%, 43%)

Vivid Purple — Purple color

Adjust Color

Color Information

Color Name

Vivid Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(288,83%,43%)]

Color Conversions

Format Value CSS Usage
HSL hsl(288, 83%, 43%) color: hsl(288, 83%, 43%)
HEX #A413C9 color: #A413C9
RGB rgb(164, 19, 201) color: rgb(164, 19, 201)
CMYK cmyk(18%, 91%, 0%, 21%)
HSV hsv(288, 91%, 79%)
HWB hwb(288 7% 21%) color: hwb(288 7% 21%)
OKLCH oklch(0.535 0.2512 317.32) color: oklch(0.535 0.2512 317.32)
Lab lab(42.12 74.41 -60.32) color: lab(42.12 74.41 -60.32)
LCH lch(42.12 95.79 320.97) color: lch(42.12 95.79 320.97)

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.97:1
vs Black 3.52: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)

#65649D — rgb(101, 100, 157)

Deuteranopia (Green-blind)

#6E7992 — rgb(110, 121, 146)

Tritanopia (Blue-blind)

#9D7A73 — rgb(157, 122, 115)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(288, 83%, 43%);

text

color: hsl(288, 83%, 43%);

border

border: 2px solid hsl(288, 83%, 43%);

gradient light

background: linear-gradient(to right, hsl(288, 83%, 63%), hsl(288, 83%, 43%));

gradient dark

background: linear-gradient(to right, hsl(288, 83%, 43%), hsl(288, 83%, 23%))

hex

background-color: #A413C9;

tailwind

bg-[hsl(288,83%,43%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(288, 83%, 43%, 0.4);

css variable

--color-primary: hsl(288, 83%, 43%);

Related Colors

Use Cases for Vivid Purple

Luxury brands Creative agencies Beauty products Royalty themes Premium badges

Frequently Asked Questions

What are all the color codes for HSL(288, 83%, 43%)?

HEX: #A413C9 | RGB: rgb(164, 19, 201) | CMYK: 18%, 91%, 0%, 21% | HSV: 288°, 91%, 79%. Copy any format from the conversion table above.

What colors go well with #A413C9?

The complementary color is HSL(108, 83%, 43%). For a triadic harmony, use hues 288°, 48°, and 168°. For analogous combinations, try hues 258° and 318°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(288, 83%, 43%) in CSS?

As HSL: color: hsl(288, 83%, 43%); — As HEX: color: #A413C9; — As RGB: color: rgb(164, 19, 201); — Tailwind CSS: bg-[hsl(288,83%,43%)] — CSS variable: --color-primary: hsl(288, 83%, 43%);