HSL(291, 53%, 60%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(291,53%,60%)]

Color Conversions

Format Value CSS Usage
HSL hsl(291, 53%, 60%) color: hsl(291, 53%, 60%)
HEX #BF63CF color: #BF63CF
RGB rgb(191, 99, 207) color: rgb(191, 99, 207)
CMYK cmyk(8%, 52%, 0%, 19%)
HSV hsv(291, 52%, 81%)
HWB hwb(291 39% 19%) color: hwb(291 39% 19%)
OKLCH oklch(0.6479 0.1799 321.52) color: oklch(0.6479 0.1799 321.52)
Lab lab(56.59 52.87 -40.42) color: lab(56.59 52.87 -40.42)
LCH lch(56.59 66.55 322.6) color: lch(56.59 66.55 322.6)

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 3.56:1
vs Black 5.9: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)

#9796B5 — rgb(151, 150, 181)

Deuteranopia (Green-blind)

#9DA3AF — rgb(157, 163, 175)

Tritanopia (Blue-blind)

#BAA09C — rgb(186, 160, 156)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(291, 53%, 60%);

text

color: hsl(291, 53%, 60%);

border

border: 2px solid hsl(291, 53%, 60%);

gradient light

background: linear-gradient(to right, hsl(291, 53%, 80%), hsl(291, 53%, 60%));

gradient dark

background: linear-gradient(to right, hsl(291, 53%, 60%), hsl(291, 53%, 40%))

hex

background-color: #BF63CF;

tailwind

bg-[hsl(291,53%,60%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(291, 53%, 60%, 0.4);

css variable

--color-primary: hsl(291, 53%, 60%);

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(291, 53%, 60%)?

HEX: #BF63CF | RGB: rgb(191, 99, 207) | CMYK: 8%, 52%, 0%, 19% | HSV: 291°, 52%, 81%. Copy any format from the conversion table above.

What colors go well with #BF63CF?

The complementary color is HSL(111, 53%, 60%). For a triadic harmony, use hues 291°, 51°, and 171°. For analogous combinations, try hues 261° and 321°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(291, 53%, 60%) in CSS?

As HSL: color: hsl(291, 53%, 60%); — As HEX: color: #BF63CF; — As RGB: color: rgb(191, 99, 207); — Tailwind CSS: bg-[hsl(291,53%,60%)] — CSS variable: --color-primary: hsl(291, 53%, 60%);