HSL(293, 65%, 71%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(293,65%,71%)]

Color Conversions

Format Value CSS Usage
HSL hsl(293, 65%, 71%) color: hsl(293, 65%, 71%)
HEX #DA85E5 color: #DA85E5
RGB rgb(218, 133, 229) color: rgb(218, 133, 229)
CMYK cmyk(5%, 42%, 0%, 10%)
HSV hsv(293, 42%, 90%)
HWB hwb(293 52% 10%) color: hwb(293 52% 10%)
OKLCH oklch(0.7394 0.1608 322.81) color: oklch(0.7394 0.1608 322.81)
Lab lab(67.53 47.42 -35.4) color: lab(67.53 47.42 -35.4)
LCH lch(67.53 59.18 323.26) color: lch(67.53 59.18 323.26)

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 2.48:1
vs Black 8.47:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#B5B4CE — rgb(181, 180, 206)

Deuteranopia (Green-blind)

#BAC1C8 — rgb(186, 193, 200)

Tritanopia (Blue-blind)

#D6BBB7 — rgb(214, 187, 183)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(293, 65%, 71%);

text

color: hsl(293, 65%, 71%);

border

border: 2px solid hsl(293, 65%, 71%);

gradient light

background: linear-gradient(to right, hsl(293, 65%, 91%), hsl(293, 65%, 71%));

gradient dark

background: linear-gradient(to right, hsl(293, 65%, 71%), hsl(293, 65%, 51%))

hex

background-color: #DA85E5;

tailwind

bg-[hsl(293,65%,71%)]

box shadow

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

css variable

--color-primary: hsl(293, 65%, 71%);

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(293, 65%, 71%)?

HEX: #DA85E5 | RGB: rgb(218, 133, 229) | CMYK: 5%, 42%, 0%, 10% | HSV: 293°, 42%, 90%. Copy any format from the conversion table above.

What colors go well with #DA85E5?

The complementary color is HSL(113, 65%, 71%). For a triadic harmony, use hues 293°, 53°, and 173°. For analogous combinations, try hues 263° and 323°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(293, 65%, 71%) in CSS?

As HSL: color: hsl(293, 65%, 71%); — As HEX: color: #DA85E5; — As RGB: color: rgb(218, 133, 229); — Tailwind CSS: bg-[hsl(293,65%,71%)] — CSS variable: --color-primary: hsl(293, 65%, 71%);