HSL(290, 85%, 55%)

Vivid Purple — Purple color

Adjust Color

Color Information

Color Name

Vivid Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(290,85%,55%)]

Color Conversions

Format Value CSS Usage
HSL hsl(290, 85%, 55%) color: hsl(290, 85%, 55%)
HEX #CD2BEE color: #CD2BEE
RGB rgb(205, 43, 238) color: rgb(205, 43, 238)
CMYK cmyk(14%, 82%, 0%, 7%)
HSV hsv(290, 82%, 93%)
HWB hwb(290 17% 7%) color: hwb(290 17% 7%)
OKLCH oklch(0.6304 0.278 319.79) color: oklch(0.6304 0.278 319.79)
Lab lab(52.82 82.59 -63.84) color: lab(52.82 82.59 -63.84)
LCH lch(52.82 104.39 322.3) color: lch(52.82 104.39 322.3)

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.06:1
vs Black 5.18: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)

#8785BF — rgb(135, 133, 191)

Deuteranopia (Green-blind)

#909CB4 — rgb(144, 156, 180)

Tritanopia (Blue-blind)

#C59A91 — rgb(197, 154, 145)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(290, 85%, 55%);

text

color: hsl(290, 85%, 55%);

border

border: 2px solid hsl(290, 85%, 55%);

gradient light

background: linear-gradient(to right, hsl(290, 85%, 75%), hsl(290, 85%, 55%));

gradient dark

background: linear-gradient(to right, hsl(290, 85%, 55%), hsl(290, 85%, 35%))

hex

background-color: #CD2BEE;

tailwind

bg-[hsl(290,85%,55%)]

box shadow

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

css variable

--color-primary: hsl(290, 85%, 55%);

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(290, 85%, 55%)?

HEX: #CD2BEE | RGB: rgb(205, 43, 238) | CMYK: 14%, 82%, 0%, 7% | HSV: 290°, 82%, 93%. Copy any format from the conversion table above.

What colors go well with #CD2BEE?

The complementary color is HSL(110, 85%, 55%). 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, 85%, 55%) in CSS?

As HSL: color: hsl(290, 85%, 55%); — As HEX: color: #CD2BEE; — As RGB: color: rgb(205, 43, 238); — Tailwind CSS: bg-[hsl(290,85%,55%)] — CSS variable: --color-primary: hsl(290, 85%, 55%);