HSL(294, 60%, 79%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(294,60%,79%)]

Color Conversions

Format Value CSS Usage
HSL hsl(294, 60%, 79%) color: hsl(294, 60%, 79%)
HEX #E3A9EA color: #E3A9EA
RGB rgb(227, 169, 234) color: rgb(227, 169, 234)
CMYK cmyk(3%, 28%, 0%, 8%)
HSV hsv(294, 28%, 92%)
HWB hwb(294 66% 8%) color: hwb(294 66% 8%)
OKLCH oklch(0.8097 0.1091 322.86) color: oklch(0.8097 0.1091 322.86)
Lab lab(76.47 32.06 -24.3) color: lab(76.47 32.06 -24.3)
LCH lch(76.47 40.23 322.84) color: lch(76.47 40.23 322.84)

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.89:1
vs Black 11.13: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)

#CAC9DA — rgb(202, 201, 218)

Deuteranopia (Green-blind)

#CDD2D7 — rgb(205, 210, 215)

Tritanopia (Blue-blind)

#E0CECB — rgb(224, 206, 203)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(294, 60%, 79%);

text

color: hsl(294, 60%, 79%);

border

border: 2px solid hsl(294, 60%, 79%);

gradient light

background: linear-gradient(to right, hsl(294, 60%, 99%), hsl(294, 60%, 79%));

gradient dark

background: linear-gradient(to right, hsl(294, 60%, 79%), hsl(294, 60%, 59%))

hex

background-color: #E3A9EA;

tailwind

bg-[hsl(294,60%,79%)]

box shadow

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

css variable

--color-primary: hsl(294, 60%, 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(294, 60%, 79%)?

HEX: #E3A9EA | RGB: rgb(227, 169, 234) | CMYK: 3%, 28%, 0%, 8% | HSV: 294°, 28%, 92%. Copy any format from the conversion table above.

What colors go well with #E3A9EA?

The complementary color is HSL(114, 60%, 79%). For a triadic harmony, use hues 294°, 54°, and 174°. For analogous combinations, try hues 264° and 324°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(294, 60%, 79%) in CSS?

As HSL: color: hsl(294, 60%, 79%); — As HEX: color: #E3A9EA; — As RGB: color: rgb(227, 169, 234); — Tailwind CSS: bg-[hsl(294,60%,79%)] — CSS variable: --color-primary: hsl(294, 60%, 79%);