HSL(309, 60%, 57%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(309,60%,57%)]

Color Conversions

Format Value CSS Usage
HSL hsl(309, 60%, 57%) color: hsl(309, 60%, 57%)
HEX #D350BF color: #D350BF
RGB rgb(211, 80, 191) color: rgb(211, 80, 191)
CMYK cmyk(0%, 62%, 9%, 17%)
HSV hsv(309, 62%, 83%)
HWB hwb(309 32% 17%) color: hwb(309 32% 17%)
OKLCH oklch(0.6426 0.2061 334.2) color: oklch(0.6426 0.2061 334.2)
Lab lab(55.43 64.08 -32.9) color: lab(55.43 64.08 -32.9)
LCH lch(55.43 72.03 332.82) color: lch(55.43 72.03 332.82)

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

#9A99A4 — rgb(154, 153, 164)

Deuteranopia (Green-blind)

#A2AC9E — rgb(162, 172, 158)

Tritanopia (Blue-blind)

#CC8F8A — rgb(204, 143, 138)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(309, 60%, 57%);

text

color: hsl(309, 60%, 57%);

border

border: 2px solid hsl(309, 60%, 57%);

gradient light

background: linear-gradient(to right, hsl(309, 60%, 77%), hsl(309, 60%, 57%));

gradient dark

background: linear-gradient(to right, hsl(309, 60%, 57%), hsl(309, 60%, 37%))

hex

background-color: #D350BF;

tailwind

bg-[hsl(309,60%,57%)]

box shadow

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

css variable

--color-primary: hsl(309, 60%, 57%);

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, 60%, 57%)?

HEX: #D350BF | RGB: rgb(211, 80, 191) | CMYK: 0%, 62%, 9%, 17% | HSV: 309°, 62%, 83%. Copy any format from the conversion table above.

What colors go well with #D350BF?

The complementary color is HSL(129, 60%, 57%). 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, 60%, 57%) in CSS?

As HSL: color: hsl(309, 60%, 57%); — As HEX: color: #D350BF; — As RGB: color: rgb(211, 80, 191); — Tailwind CSS: bg-[hsl(309,60%,57%)] — CSS variable: --color-primary: hsl(309, 60%, 57%);