HSL(290, 80%, 58%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(290,80%,58%)]

Color Conversions

Format Value CSS Usage
HSL hsl(290, 80%, 58%) color: hsl(290, 80%, 58%)
HEX #CD3EEA color: #CD3EEA
RGB rgb(205, 62, 234) color: rgb(205, 62, 234)
CMYK cmyk(12%, 74%, 0%, 8%)
HSV hsv(290, 74%, 92%)
HWB hwb(290 24% 8%) color: hwb(290 24% 8%)
OKLCH oklch(0.6408 0.2586 320.22) color: oklch(0.6408 0.2586 320.22)
Lab lab(54.41 76.57 -59.02) color: lab(54.41 76.57 -59.02)
LCH lch(54.41 96.68 322.38) color: lch(54.41 96.68 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.84:1
vs Black 5.47: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)

#8F8EC0 — rgb(143, 142, 192)

Deuteranopia (Green-blind)

#97A2B6 — rgb(151, 162, 182)

Tritanopia (Blue-blind)

#C6A098 — rgb(198, 160, 152)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(290, 80%, 58%);

text

color: hsl(290, 80%, 58%);

border

border: 2px solid hsl(290, 80%, 58%);

gradient light

background: linear-gradient(to right, hsl(290, 80%, 78%), hsl(290, 80%, 58%));

gradient dark

background: linear-gradient(to right, hsl(290, 80%, 58%), hsl(290, 80%, 38%))

hex

background-color: #CD3EEA;

tailwind

bg-[hsl(290,80%,58%)]

box shadow

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

css variable

--color-primary: hsl(290, 80%, 58%);

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

HEX: #CD3EEA | RGB: rgb(205, 62, 234) | CMYK: 12%, 74%, 0%, 8% | HSV: 290°, 74%, 92%. Copy any format from the conversion table above.

What colors go well with #CD3EEA?

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

As HSL: color: hsl(290, 80%, 58%); — As HEX: color: #CD3EEA; — As RGB: color: rgb(205, 62, 234); — Tailwind CSS: bg-[hsl(290,80%,58%)] — CSS variable: --color-primary: hsl(290, 80%, 58%);