HSL(309, 75%, 45%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(309,75%,45%)]

Color Conversions

Format Value CSS Usage
HSL hsl(309, 75%, 45%) color: hsl(309, 75%, 45%)
HEX #C91DAF color: #C91DAF
RGB rgb(201, 29, 175) color: rgb(201, 29, 175)
CMYK cmyk(0%, 86%, 13%, 21%)
HSV hsv(309, 86%, 79%)
HWB hwb(309 11% 21%) color: hwb(309 11% 21%)
OKLCH oklch(0.5797 0.2419 335.88) color: oklch(0.5797 0.2419 335.88)
Lab lab(47.49 75.14 -36.14) color: lab(47.49 75.14 -36.14)
LCH lch(47.49 83.38 334.31) color: lch(47.49 83.38 334.31)

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.91:1
vs Black 4.28:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

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)

#7F7D8C — rgb(127, 125, 140)

Deuteranopia (Green-blind)

#899583 — rgb(137, 149, 131)

Tritanopia (Blue-blind)

#C0706A — rgb(192, 112, 106)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(309, 75%, 45%);

text

color: hsl(309, 75%, 45%);

border

border: 2px solid hsl(309, 75%, 45%);

gradient light

background: linear-gradient(to right, hsl(309, 75%, 65%), hsl(309, 75%, 45%));

gradient dark

background: linear-gradient(to right, hsl(309, 75%, 45%), hsl(309, 75%, 25%))

hex

background-color: #C91DAF;

tailwind

bg-[hsl(309,75%,45%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(309, 75%, 45%, 0.4);

css variable

--color-primary: hsl(309, 75%, 45%);

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(309, 75%, 45%)?

HEX: #C91DAF | RGB: rgb(201, 29, 175) | CMYK: 0%, 86%, 13%, 21% | HSV: 309°, 86%, 79%. Copy any format from the conversion table above.

What colors go well with #C91DAF?

The complementary color is HSL(129, 75%, 45%). For a triadic harmony, use hues 309°, 69°, and 189°. For analogous combinations, try hues 279° and 339°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(309, 75%, 45%) in CSS?

As HSL: color: hsl(309, 75%, 45%); — As HEX: color: #C91DAF; — As RGB: color: rgb(201, 29, 175); — Tailwind CSS: bg-[hsl(309,75%,45%)] — CSS variable: --color-primary: hsl(309, 75%, 45%);