HSL(287, 71%, 62%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(287,71%,62%)]

Color Conversions

Format Value CSS Usage
HSL hsl(287, 71%, 62%) color: hsl(287, 71%, 62%)
HEX #C559E3 color: #C559E3
RGB rgb(197, 89, 227) color: rgb(197, 89, 227)
CMYK cmyk(13%, 61%, 0%, 11%)
HSV hsv(287, 61%, 89%)
HWB hwb(287 35% 11%) color: hwb(287 35% 11%)
OKLCH oklch(0.6533 0.2167 318.31) color: oklch(0.6533 0.2167 318.31)
Lab lab(56.65 63 -51.59) color: lab(56.65 63 -51.59)
LCH lch(56.65 81.43 320.69) color: lch(56.65 81.43 320.69)

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.55:1
vs Black 5.91: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)

#9695C2 — rgb(150, 149, 194)

Deuteranopia (Green-blind)

#9DA5BA — rgb(157, 165, 186)

Tritanopia (Blue-blind)

#C0A7A1 — rgb(192, 167, 161)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(287, 71%, 62%);

text

color: hsl(287, 71%, 62%);

border

border: 2px solid hsl(287, 71%, 62%);

gradient light

background: linear-gradient(to right, hsl(287, 71%, 82%), hsl(287, 71%, 62%));

gradient dark

background: linear-gradient(to right, hsl(287, 71%, 62%), hsl(287, 71%, 42%))

hex

background-color: #C559E3;

tailwind

bg-[hsl(287,71%,62%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(287, 71%, 62%, 0.4);

css variable

--color-primary: hsl(287, 71%, 62%);

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(287, 71%, 62%)?

HEX: #C559E3 | RGB: rgb(197, 89, 227) | CMYK: 13%, 61%, 0%, 11% | HSV: 287°, 61%, 89%. Copy any format from the conversion table above.

What colors go well with #C559E3?

The complementary color is HSL(107, 71%, 62%). For a triadic harmony, use hues 287°, 47°, and 167°. For analogous combinations, try hues 257° and 317°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(287, 71%, 62%) in CSS?

As HSL: color: hsl(287, 71%, 62%); — As HEX: color: #C559E3; — As RGB: color: rgb(197, 89, 227); — Tailwind CSS: bg-[hsl(287,71%,62%)] — CSS variable: --color-primary: hsl(287, 71%, 62%);