HSL(292, 78%, 79%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(292,78%,79%)]

Color Conversions

Format Value CSS Usage
HSL hsl(292, 78%, 79%) color: hsl(292, 78%, 79%)
HEX #E8A0F3 color: #E8A0F3
RGB rgb(232, 160, 243) color: rgb(232, 160, 243)
CMYK cmyk(5%, 34%, 0%, 5%)
HSV hsv(292, 34%, 95%)
HWB hwb(292 63% 5%) color: hwb(292 63% 5%)
OKLCH oklch(0.8032 0.1371 322.04) color: oklch(0.8032 0.1371 322.04)
Lab lab(75.31 40.12 -30.91) color: lab(75.31 40.12 -30.91)
LCH lch(75.31 50.65 322.39) color: lch(75.31 50.65 322.39)

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 1.95:1
vs Black 10.75: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)

#C9C8DF — rgb(201, 200, 223)

Deuteranopia (Green-blind)

#CDD2DA — rgb(205, 210, 218)

Tritanopia (Blue-blind)

#E4CFCC — rgb(228, 207, 204)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(292, 78%, 79%);

text

color: hsl(292, 78%, 79%);

border

border: 2px solid hsl(292, 78%, 79%);

gradient light

background: linear-gradient(to right, hsl(292, 78%, 99%), hsl(292, 78%, 79%));

gradient dark

background: linear-gradient(to right, hsl(292, 78%, 79%), hsl(292, 78%, 59%))

hex

background-color: #E8A0F3;

tailwind

bg-[hsl(292,78%,79%)]

box shadow

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

css variable

--color-primary: hsl(292, 78%, 79%);

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(292, 78%, 79%)?

HEX: #E8A0F3 | RGB: rgb(232, 160, 243) | CMYK: 5%, 34%, 0%, 5% | HSV: 292°, 34%, 95%. Copy any format from the conversion table above.

What colors go well with #E8A0F3?

The complementary color is HSL(112, 78%, 79%). For a triadic harmony, use hues 292°, 52°, and 172°. For analogous combinations, try hues 262° and 322°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(292, 78%, 79%) in CSS?

As HSL: color: hsl(292, 78%, 79%); — As HEX: color: #E8A0F3; — As RGB: color: rgb(232, 160, 243); — Tailwind CSS: bg-[hsl(292,78%,79%)] — CSS variable: --color-primary: hsl(292, 78%, 79%);