HSL(302, 71%, 62%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(302, 71%, 62%) color: hsl(302, 71%, 62%)
HEX #E359DE color: #E359DE
RGB rgb(227, 89, 222) color: rgb(227, 89, 222)
CMYK cmyk(0%, 61%, 2%, 11%)
HSV hsv(302, 61%, 89%)
HWB hwb(302 35% 11%) color: hwb(302 35% 11%)
OKLCH oklch(0.6894 0.2272 329.16) color: oklch(0.6894 0.2272 329.16)
Lab lab(60.56 69.36 -42.31) color: lab(60.56 69.36 -42.31)
LCH lch(60.56 81.25 328.62) color: lch(60.56 81.25 328.62)

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.11:1
vs Black 6.75: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)

#A7A6BE — rgb(167, 166, 190)

Deuteranopia (Green-blind)

#AFBAB6 — rgb(175, 186, 182)

Tritanopia (Blue-blind)

#DCA49F — rgb(220, 164, 159)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #E359DE;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(302, 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(302, 71%, 62%)?

HEX: #E359DE | RGB: rgb(227, 89, 222) | CMYK: 0%, 61%, 2%, 11% | HSV: 302°, 61%, 89%. Copy any format from the conversion table above.

What colors go well with #E359DE?

The complementary color is HSL(122, 71%, 62%). For a triadic harmony, use hues 302°, 62°, and 182°. For analogous combinations, try hues 272° and 332°. See the Color Harmony section above for complete palettes with previews.

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

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