HSL(288, 90%, 59%)

Vivid Purple — Purple color

Adjust Color

Color Information

Color Name

Vivid Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(288,90%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(288, 90%, 59%) color: hsl(288, 90%, 59%)
HEX #CF38F5 color: #CF38F5
RGB rgb(207, 56, 245) color: rgb(207, 56, 245)
CMYK cmyk(16%, 77%, 0%, 4%)
HSV hsv(288, 77%, 96%)
HWB hwb(288 22% 4%) color: hwb(288 22% 4%)
OKLCH oklch(0.6459 0.2737 318.38) color: oklch(0.6459 0.2737 318.38)
Lab lab(54.75 80.73 -64.63) color: lab(54.75 80.73 -64.63)
LCH lch(54.75 103.41 321.32) color: lch(54.75 103.41 321.32)

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.79:1
vs Black 5.54: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)

#8E8CC7 — rgb(142, 140, 199)

Deuteranopia (Green-blind)

#96A2BC — rgb(150, 162, 188)

Tritanopia (Blue-blind)

#C7A39B — rgb(199, 163, 155)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(288, 90%, 59%);

text

color: hsl(288, 90%, 59%);

border

border: 2px solid hsl(288, 90%, 59%);

gradient light

background: linear-gradient(to right, hsl(288, 90%, 79%), hsl(288, 90%, 59%));

gradient dark

background: linear-gradient(to right, hsl(288, 90%, 59%), hsl(288, 90%, 39%))

hex

background-color: #CF38F5;

tailwind

bg-[hsl(288,90%,59%)]

box shadow

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

css variable

--color-primary: hsl(288, 90%, 59%);

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(288, 90%, 59%)?

HEX: #CF38F5 | RGB: rgb(207, 56, 245) | CMYK: 16%, 77%, 0%, 4% | HSV: 288°, 77%, 96%. Copy any format from the conversion table above.

What colors go well with #CF38F5?

The complementary color is HSL(108, 90%, 59%). For a triadic harmony, use hues 288°, 48°, and 168°. For analogous combinations, try hues 258° and 318°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(288, 90%, 59%) in CSS?

As HSL: color: hsl(288, 90%, 59%); — As HEX: color: #CF38F5; — As RGB: color: rgb(207, 56, 245); — Tailwind CSS: bg-[hsl(288,90%,59%)] — CSS variable: --color-primary: hsl(288, 90%, 59%);