HSL(294, 70%, 49%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(294,70%,49%)]

Color Conversions

Format Value CSS Usage
HSL hsl(294, 70%, 49%) color: hsl(294, 70%, 49%)
HEX #C325D4 color: #C325D4
RGB rgb(195, 37, 212) color: rgb(195, 37, 212)
CMYK cmyk(8%, 83%, 0%, 17%)
HSV hsv(294, 83%, 83%)
HWB hwb(294 14% 17%) color: hwb(294 14% 17%)
OKLCH oklch(0.5959 0.2594 323.52) color: oklch(0.5959 0.2594 323.52)
Lab lab(49.11 77.92 -55.14) color: lab(49.11 77.92 -55.14)
LCH lch(49.11 95.46 324.71) color: lch(49.11 95.46 324.71)

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 4.63:1
vs Black 4.54:1

AA Normal (4.5:1)

on White: PASS ✓ 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: white

Color Blindness Simulation

Protanopia (Red-blind)

#7F7DAA — rgb(127, 125, 170)

Deuteranopia (Green-blind)

#8894A0 — rgb(136, 148, 160)

Tritanopia (Blue-blind)

#BB8881 — rgb(187, 136, 129)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(294, 70%, 49%);

text

color: hsl(294, 70%, 49%);

border

border: 2px solid hsl(294, 70%, 49%);

gradient light

background: linear-gradient(to right, hsl(294, 70%, 69%), hsl(294, 70%, 49%));

gradient dark

background: linear-gradient(to right, hsl(294, 70%, 49%), hsl(294, 70%, 29%))

hex

background-color: #C325D4;

tailwind

bg-[hsl(294,70%,49%)]

box shadow

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

css variable

--color-primary: hsl(294, 70%, 49%);

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, 70%, 49%)?

HEX: #C325D4 | RGB: rgb(195, 37, 212) | CMYK: 8%, 83%, 0%, 17% | HSV: 294°, 83%, 83%. Copy any format from the conversion table above.

What colors go well with #C325D4?

The complementary color is HSL(114, 70%, 49%). 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, 70%, 49%) in CSS?

As HSL: color: hsl(294, 70%, 49%); — As HEX: color: #C325D4; — As RGB: color: rgb(195, 37, 212); — Tailwind CSS: bg-[hsl(294,70%,49%)] — CSS variable: --color-primary: hsl(294, 70%, 49%);