HSL(311, 78%, 62%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(311,78%,62%)]

Color Conversions

Format Value CSS Usage
HSL hsl(311, 78%, 62%) color: hsl(311, 78%, 62%)
HEX #EA53CE color: #EA53CE
RGB rgb(234, 83, 206) color: rgb(234, 83, 206)
CMYK cmyk(0%, 65%, 12%, 8%)
HSV hsv(311, 65%, 92%)
HWB hwb(311 32% 8%) color: hwb(311 32% 8%)
OKLCH oklch(0.6851 0.2272 335.94) color: oklch(0.6851 0.2272 335.94)
Lab lab(60.01 70.98 -34.06) color: lab(60.01 70.98 -34.06)
LCH lch(60.01 78.73 334.37) color: lch(60.01 78.73 334.37)

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.17:1
vs Black 6.63: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)

#A9A7B0 — rgb(169, 167, 176)

Deuteranopia (Green-blind)

#B1BDA9 — rgb(177, 189, 169)

Tritanopia (Blue-blind)

#E29994 — rgb(226, 153, 148)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(311, 78%, 62%);

text

color: hsl(311, 78%, 62%);

border

border: 2px solid hsl(311, 78%, 62%);

gradient light

background: linear-gradient(to right, hsl(311, 78%, 82%), hsl(311, 78%, 62%));

gradient dark

background: linear-gradient(to right, hsl(311, 78%, 62%), hsl(311, 78%, 42%))

hex

background-color: #EA53CE;

tailwind

bg-[hsl(311,78%,62%)]

box shadow

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

css variable

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

HEX: #EA53CE | RGB: rgb(234, 83, 206) | CMYK: 0%, 65%, 12%, 8% | HSV: 311°, 65%, 92%. Copy any format from the conversion table above.

What colors go well with #EA53CE?

The complementary color is HSL(131, 78%, 62%). For a triadic harmony, use hues 311°, 71°, and 191°. For analogous combinations, try hues 281° and 341°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(311, 78%, 62%) in CSS?

As HSL: color: hsl(311, 78%, 62%); — As HEX: color: #EA53CE; — As RGB: color: rgb(234, 83, 206); — Tailwind CSS: bg-[hsl(311,78%,62%)] — CSS variable: --color-primary: hsl(311, 78%, 62%);