HSL(290, 85%, 56%)

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%,56%)]

Color Conversions

Format Value CSS Usage
HSL hsl(290, 85%, 56%) color: hsl(290, 85%, 56%)
HEX #CE2FEE color: #CE2FEE
RGB rgb(206, 47, 238) color: rgb(206, 47, 238)
CMYK cmyk(13%, 80%, 0%, 7%)
HSV hsv(290, 80%, 93%)
HWB hwb(290 19% 7%) color: hwb(290 19% 7%)
OKLCH oklch(0.6341 0.2754 319.97) color: oklch(0.6341 0.2754 319.97)
Lab lab(53.31 81.79 -63.04) color: lab(53.31 81.79 -63.04)
LCH lch(53.31 103.26 322.38) color: lch(53.31 103.26 322.38)

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.99:1
vs Black 5.27: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)

#8988C0 — rgb(137, 136, 192)

Deuteranopia (Green-blind)

#929EB5 — rgb(146, 158, 181)

Tritanopia (Blue-blind)

#C69B93 — rgb(198, 155, 147)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(290, 85%, 76%), hsl(290, 85%, 56%));

gradient dark

background: linear-gradient(to right, hsl(290, 85%, 56%), hsl(290, 85%, 36%))

hex

background-color: #CE2FEE;

tailwind

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

box shadow

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

css variable

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

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%, 56%)?

HEX: #CE2FEE | RGB: rgb(206, 47, 238) | CMYK: 13%, 80%, 0%, 7% | HSV: 290°, 80%, 93%. Copy any format from the conversion table above.

What colors go well with #CE2FEE?

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

As HSL: color: hsl(290, 85%, 56%); — As HEX: color: #CE2FEE; — As RGB: color: rgb(206, 47, 238); — Tailwind CSS: bg-[hsl(290,85%,56%)] — CSS variable: --color-primary: hsl(290, 85%, 56%);