HSL(290, 36%, 54%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(290,36%,54%)]

Color Conversions

Format Value CSS Usage
HSL hsl(290, 36%, 54%) color: hsl(290, 36%, 54%)
HEX #A65FB4 color: #A65FB4
RGB rgb(166, 95, 180) color: rgb(166, 95, 180)
CMYK cmyk(8%, 47%, 0%, 29%)
HSV hsv(290, 47%, 71%)
HWB hwb(290 38% 29%) color: hwb(290 38% 29%)
OKLCH oklch(0.5983 0.1457 320.84) color: oklch(0.5983 0.1457 320.84)
Lab lab(51.37 42.53 -33.35) color: lab(51.37 42.53 -33.35)
LCH lch(51.37 54.05 321.9) color: lch(51.37 54.05 321.9)

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 4.27:1
vs Black 4.92:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#87879F — rgb(135, 135, 159)

Deuteranopia (Green-blind)

#8B919B — rgb(139, 145, 155)

Tritanopia (Blue-blind)

#A28F8C — rgb(162, 143, 140)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(290, 36%, 54%);

text

color: hsl(290, 36%, 54%);

border

border: 2px solid hsl(290, 36%, 54%);

gradient light

background: linear-gradient(to right, hsl(290, 36%, 74%), hsl(290, 36%, 54%));

gradient dark

background: linear-gradient(to right, hsl(290, 36%, 54%), hsl(290, 36%, 34%))

hex

background-color: #A65FB4;

tailwind

bg-[hsl(290,36%,54%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(290, 36%, 54%, 0.4);

css variable

--color-primary: hsl(290, 36%, 54%);

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(290, 36%, 54%)?

HEX: #A65FB4 | RGB: rgb(166, 95, 180) | CMYK: 8%, 47%, 0%, 29% | HSV: 290°, 47%, 71%. Copy any format from the conversion table above.

What colors go well with #A65FB4?

The complementary color is HSL(110, 36%, 54%). For a triadic harmony, use hues 290°, 50°, and 170°. For analogous combinations, try hues 260° and 320°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(290, 36%, 54%) in CSS?

As HSL: color: hsl(290, 36%, 54%); — As HEX: color: #A65FB4; — As RGB: color: rgb(166, 95, 180); — Tailwind CSS: bg-[hsl(290,36%,54%)] — CSS variable: --color-primary: hsl(290, 36%, 54%);