HSL(292, 59%, 55%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(292,59%,55%)]

Color Conversions

Format Value CSS Usage
HSL hsl(292, 59%, 55%) color: hsl(292, 59%, 55%)
HEX #BE49D0 color: #BE49D0
RGB rgb(190, 73, 208) color: rgb(190, 73, 208)
CMYK cmyk(9%, 65%, 0%, 18%)
HSV hsv(292, 65%, 82%)
HWB hwb(292 29% 18%) color: hwb(292 29% 18%)
OKLCH oklch(0.6153 0.218 322.09) color: oklch(0.6153 0.218 322.09)
Lab lab(52.14 64.69 -48.05) color: lab(52.14 64.69 -48.05)
LCH lch(52.14 80.58 323.4) color: lch(52.14 80.58 323.4)

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.16:1
vs Black 5.05: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)

#8B8AAF — rgb(139, 138, 175)

Deuteranopia (Green-blind)

#929BA8 — rgb(146, 155, 168)

Tritanopia (Blue-blind)

#B89690 — rgb(184, 150, 144)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(292, 59%, 55%);

text

color: hsl(292, 59%, 55%);

border

border: 2px solid hsl(292, 59%, 55%);

gradient light

background: linear-gradient(to right, hsl(292, 59%, 75%), hsl(292, 59%, 55%));

gradient dark

background: linear-gradient(to right, hsl(292, 59%, 55%), hsl(292, 59%, 35%))

hex

background-color: #BE49D0;

tailwind

bg-[hsl(292,59%,55%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(292, 59%, 55%, 0.4);

css variable

--color-primary: hsl(292, 59%, 55%);

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(292, 59%, 55%)?

HEX: #BE49D0 | RGB: rgb(190, 73, 208) | CMYK: 9%, 65%, 0%, 18% | HSV: 292°, 65%, 82%. Copy any format from the conversion table above.

What colors go well with #BE49D0?

The complementary color is HSL(112, 59%, 55%). For a triadic harmony, use hues 292°, 52°, and 172°. For analogous combinations, try hues 262° and 322°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(292, 59%, 55%) in CSS?

As HSL: color: hsl(292, 59%, 55%); — As HEX: color: #BE49D0; — As RGB: color: rgb(190, 73, 208); — Tailwind CSS: bg-[hsl(292,59%,55%)] — CSS variable: --color-primary: hsl(292, 59%, 55%);